Classes | |
class | Auto_Functor_Ref |
Helper class to implement assignment and copy-construction as expected. More... | |
class | Auto_Functor |
Helper template to implement auto_ptr<>-like classes, but executing a functor in the destructor, instead of always deleting things. More... | |
class | UUID_node |
Class to hold a MAC address. More... | |
class | UUID |
class | UUID_Generator |
Typedefs | |
typedef ACE_Singleton< UUID_Generator, ACE_SYNCH_MUTEX > | UUID_GENERATOR |
Functions | |
template<typename X> | |
int | Truncate (const X &val) |
template<> | |
int | Truncate< size_t > (const size_t &val) |
typedef ACE_Singleton<UUID_Generator, ACE_SYNCH_MUTEX> ACE_Utils::UUID_GENERATOR |
int ACE_Utils::Truncate | ( | const X & | val | ) | [inline] |
int ACE_Utils::Truncate< size_t > | ( | const size_t & | val | ) | [inline] |