#include <Variant/VariantInternal.h>
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) | |
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.
1.8.7