dtCore::UniqueId Class Reference

Conforms to OSF DCE 1.1. More...

#include <uniqueid.h>

List of all members.

Public Member Functions

 UniqueId ()
 UniqueId (const UniqueId &toCopy)
 UniqueId (const std::string &stringId)
virtual ~UniqueId ()
bool operator== (const UniqueId &rhs) const
bool operator!= (const UniqueId &rhs) const
bool operator< (const UniqueId &rhs) const
bool operator> (const UniqueId &rhs) const
const std::string & ToString () const
UniqueIdoperator= (const UniqueId &rhs)
 The assignment operator is public so that unique id's can be changed if they are member variables.
UniqueIdoperator= (const std::string &rhs)
 The assignment operator is public so that unique id's can be changed if they are member variables.

Protected Attributes

std::string mId


Detailed Description

Conforms to OSF DCE 1.1.

Constructor & Destructor Documentation

UniqueId::UniqueId (  ) 

dtCore::UniqueId::UniqueId ( const UniqueId toCopy  )  [inline]

dtCore::UniqueId::UniqueId ( const std::string &  stringId  )  [inline]

virtual dtCore::UniqueId::~UniqueId (  )  [inline, virtual]


Member Function Documentation

bool dtCore::UniqueId::operator== ( const UniqueId rhs  )  const [inline]

bool dtCore::UniqueId::operator!= ( const UniqueId rhs  )  const [inline]

bool dtCore::UniqueId::operator< ( const UniqueId rhs  )  const [inline]

bool dtCore::UniqueId::operator> ( const UniqueId rhs  )  const [inline]

const std::string& dtCore::UniqueId::ToString (  )  const [inline]

UniqueId& dtCore::UniqueId::operator= ( const UniqueId rhs  )  [inline]

The assignment operator is public so that unique id's can be changed if they are member variables.

Use const to control when they are changed.

UniqueId& dtCore::UniqueId::operator= ( const std::string &  rhs  )  [inline]

The assignment operator is public so that unique id's can be changed if they are member variables.

Use const to control when they are changed.


Member Data Documentation

std::string dtCore::UniqueId::mId [protected]


http://www.delta3d.org
2.0.0 generated 14 Feb 2008