Choreonoid  1.8
Public Member Functions | List of all members
cnoid::Uuid Class Reference

#include <Uuid.h>

Public Member Functions

 Uuid ()
 
 Uuid (const Uuid &org)
 
 Uuid (const std::string &str)
 
bool isNull () const
 
bool operator== (const Uuid &rhs) const
 
bool operator!= (const Uuid &rhs) const
 
bool operator< (const Uuid &rhs) const
 
bool operator> (const Uuid &rhs) const
 
bool operator<= (const Uuid &rhs) const
 
bool operator>= (const Uuid &rhs) const
 
std::string toString () const
 
bool read (const Mapping *archive, const char *key)
 
bool read (const Mapping *archive)
 
bool read (const Mapping &archive, const char *key)
 
bool read (const Mapping &archive)
 
size_t hash () const
 

Constructor & Destructor Documentation

◆ Uuid() [1/3]

Uuid::Uuid ( )

◆ Uuid() [2/3]

Uuid::Uuid ( const Uuid org)

◆ Uuid() [3/3]

Uuid::Uuid ( const std::string &  str)

Member Function Documentation

◆ hash()

size_t Uuid::hash ( ) const

◆ isNull()

bool Uuid::isNull ( ) const

◆ operator!=()

bool Uuid::operator!= ( const Uuid rhs) const

◆ operator<()

bool Uuid::operator< ( const Uuid rhs) const

◆ operator<=()

bool Uuid::operator<= ( const Uuid rhs) const

◆ operator==()

bool Uuid::operator== ( const Uuid rhs) const

◆ operator>()

bool Uuid::operator> ( const Uuid rhs) const

◆ operator>=()

bool Uuid::operator>= ( const Uuid rhs) const

◆ read() [1/4]

bool cnoid::Uuid::read ( const Mapping archive)
inline

◆ read() [2/4]

bool cnoid::Uuid::read ( const Mapping archive,
const char *  key 
)
inline

◆ read() [3/4]

bool Uuid::read ( const Mapping archive)

◆ read() [4/4]

bool Uuid::read ( const Mapping archive,
const char *  key 
)

◆ toString()

std::string Uuid::toString ( ) const

The documentation for this class was generated from the following files: