Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 1234]
▼Neprosima | |
▼Nfastcdr | |
▼Nexception | |
CBadParamException | This class is thrown as an exception when a invalid parameter was being serialized |
CException | This abstract class is used to create exceptions |
CNotEnoughMemoryException | This class is thrown as an exception when the buffer's internal memory reachs its size limit |
▼CCdr | This class offers an interface to serialize/deserialize some basic types using CDR protocol inside an eprosima::fastcdr::FastBuffer |
Cstate | This class stores the current state of a CDR serialization |
C_FastBuffer_iterator | This class implements the iterator used to go through a FastBuffer |
CFastBuffer | This class represents a stream of bytes that contains (or will contain) serialized data |
▼CFastCdr | This class offers an interface to serialize/deserialize some basic types using a modified CDR protocol inside a eprosima::FastBuffer |
Cstate | This class stores the current state of a CDR serialization |