MDValuePtr Class Reference

A smart pointer to an MDValue object (with operator[] overloads). More...

#include <forward.h>

Inheritance diagram for MDValuePtr:

SmartPtr List of all members.

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.

Detailed Description

A smart pointer to an MDValue object (with operator[] overloads).


Constructor & Destructor Documentation

MDValuePtr (  )  [inline]

MDValuePtr ( IRefCount< MDValue > *  ptr  )  [inline]


Member Function Documentation

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.


The documentation for this class was generated from the following files:
Generated on Mon Apr 2 15:20:59 2007 for MXFLib by  doxygen 1.5.1-p1