#include <Marshaler.h>
Public Member Functions | |
| MarshalerRegistry () | |
| Status | register_marshaler (IdType type, Marshaler *mar) |
| Marshaler * | get_marshaler (IdType type) |
Private Attributes | |
| std::map< IdType, Marshaler * > | mar_tbl_ |
| ACE_Thread_Mutex | mar_tbl_lock_ |
Definition at line 43 of file Marshaler.h.
|
|||||||||
|
Definition at line 49 of file Marshaler.h. |
|
||||||||||
|
Definition at line 71 of file Marshaler.h. |
|
||||||||||||||||
|
Definition at line 64 of file Marshaler.h. Referenced by channel::MarshalerRegistry< Channel::IdType, Channel::IdTrait >::MarshalerRegistry(). |
|
|||||
|
Definition at line 46 of file Marshaler.h. Referenced by channel::MarshalerRegistry< Channel::IdType, Channel::IdTrait >::get_marshaler(), and channel::MarshalerRegistry< Channel::IdType, Channel::IdTrait >::register_marshaler(). |
|
|||||
|
Definition at line 47 of file Marshaler.h. Referenced by channel::MarshalerRegistry< Channel::IdType, Channel::IdTrait >::get_marshaler(), and channel::MarshalerRegistry< Channel::IdType, Channel::IdTrait >::register_marshaler(). |
1.4.6-NO