MapIndex Class Reference

Number/String duality object for index item in objects. More...

#include <mdtype.h>

List of all members.

Public Member Functions

 MapIndex (UInt32 Num)
 MapIndex (std::string Str)
 MapIndex (const MapIndex &Map)
bool operator< (const MapIndex &Other) const
MapIndexoperator= (UInt32 Num)
 Allocator which does not change underlying type.
MapIndexoperator= (std::string Str)
 Allocator which does not change underlying type.
MapIndexoperator= (const MapIndex &Map)
 Allocator which does not change underlying type.
const char * c_str () const
 Cast to a char string.
bool operator== (const MapIndex &Other) const
 Equality check.

Public Attributes

bool IsNum
UInt32 Number
std::string String


Detailed Description

Number/String duality object for index item in objects.

Number facet is used for arrays, String facet for compounds


Constructor & Destructor Documentation

MapIndex ( UInt32  Num  )  [inline]

MapIndex ( std::string  Str  )  [inline]

MapIndex ( const MapIndex Map  )  [inline]


Member Function Documentation

bool operator< ( const MapIndex Other  )  const [inline]

MapIndex& operator= ( UInt32  Num  )  [inline]

Allocator which does not change underlying type.

MapIndex& operator= ( std::string  Str  )  [inline]

Allocator which does not change underlying type.

MapIndex& operator= ( const MapIndex Map  )  [inline]

Allocator which does not change underlying type.

const char* c_str (  )  const [inline]

Cast to a char string.

bool operator== ( const MapIndex Other  )  const [inline]

Equality check.


Member Data Documentation

bool IsNum

UInt32 Number

std::string String


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