This class stores the current state of a CDR serialization. More...
#include <FastCdr.h>
Public Member Functions | |
state (const FastCdr &fastcdr) | |
Default constructor. More... | |
state (const state &) | |
Copy constructor. More... | |
Private Member Functions | |
state & | operator= (const state &)=delete |
Private Attributes | |
const FastBuffer::iterator | current_position_ |
The position in the buffer when the state was created. More... | |
Friends | |
class | FastCdr |
This class stores the current state of a CDR serialization.
FastCdr::state::state | ( | const FastCdr & | fastcdr | ) |
Default constructor.
Definition at line 22 of file FastCdr.cpp.
FastCdr::state::state | ( | const state & | current_state | ) |
Copy constructor.
Definition at line 28 of file FastCdr.cpp.
|
private |