libvariant
 All Classes Namespaces Files Functions Enumerations Groups
Public Member Functions | List of all members
libvariant::VariantRefImpl< Base > Class Template Reference

#include <Variant/VariantInternal.h>

Inheritance diagram for libvariant::VariantRefImpl< Base >:

Public Member Functions

 VariantRefImpl (const Variant &o)
 
 VariantRefImpl (Variant &o, const Path &path)
 
 VariantRefImpl (Variant &o, Path::const_iterator b, Path::const_iterator e)
 
 VariantRefImpl (const VariantRefImpl< Base > &o)
 

Detailed Description

template<typename Base>
class libvariant::VariantRefImpl< Base >

Actual implementation for the VariantRef class. The Base template parameter will be the Variant class. Making this a template allows for both classes to know about each other and have the full definition of the other class without making one an inner class of the other.


The documentation for this class was generated from the following file: