Class Cdr::state

Nested Relationships

This class is a nested type of Class Cdr.

Class Documentation

class state

This class stores the current state of a CDR serialization.

Public Functions

Cdr_DllAPI state(const Cdr &cdr)

Default constructor.

Cdr_DllAPI state(const state &state)

Copy constructor.

Cdr_DllAPI bool operator== (const state &other_state) const

Compares two states.