#include <sstream>#include <string>#include "ace/CDR_Stream.h"Go to the source code of this file.
Namespaces | |
| namespace | channel |
Classes | |
| class | channel::IdTrait< int > |
| trait class for integer ids More... | |
| class | channel::IdTrait< std::string > |
| trait class for string ids More... | |
| struct | channel::StructId |
| class | channel::IdTrait< StructId > |
| trait class for sample POD struct ids More... | |
Enumerations | |
| enum | channel::MessageFamily { channel::SYSTEM_MESSAGE, channel::APPLICATION_MESSAGE } |
| ids have 2 fields: family and type More... | |
1.4.6-NO