#include <forward.h>
Inheritance diagram for MDValuePtr:

Public Member Functions | |
| MDValuePtr () | |
| MDValuePtr (IRefCount< MDValue > *ptr) | |
| MDValuePtr | operator[] (int Index) |
| Child access operator that overcomes dereferencing problems with SmartPtrs. | |
| MDValuePtr | operator[] (const std::string ChildName) |
| Child access operator that overcomes dereferencing problems with SmartPtrs. | |
| MDValuePtr | ( | ) | [inline] |
| MDValuePtr | ( | IRefCount< MDValue > * | ptr | ) | [inline] |
| MDValuePtr operator[] | ( | int | Index | ) | [inline] |
Child access operator that overcomes dereferencing problems with SmartPtrs.
| MDValuePtr operator[] | ( | const std::string | ChildName | ) | [inline] |
Child access operator that overcomes dereferencing problems with SmartPtrs.
1.5.1-p1