|
ldas-tools-framecpp 3.0.4
|
Public Types | |
| typedef INT_4U | class_id_type |
| typedef INT_8U | length_type |
Public Member Functions | |
| FrObject (FrameStream &Stream) | |
| void | AppendSE (Description &D) const |
| void | Dump (const CommandLine &Options) const |
| class_id_type | FrSHClassId () const |
| std::string | FrSHClassName () const |
| length_type | Length () const |
| class_id_type | StructId () const |
Private Attributes | |
| union { | |
| struct { | |
| class_id_type class_id | |
| char const * class_name | |
| } FrSH | |
| struct { | |
| } FrSE | |
| } | m_cache |
| std::streampos | m_start_pos |
| Description::struct_data_type | m_common_elements |
| Description::struct_data_type | m_data |
| length_type | m_length |
| class_id_type | m_struct_id |
| typedef INT_4U FrObject::class_id_type |
| typedef INT_8U FrObject::length_type |
| FrObject::FrObject | ( | FrameStream & | Stream | ) |
| void FrObject::AppendSE | ( | Description & | D | ) | const |
| void FrObject::Dump | ( | const CommandLine & | Options | ) | const |
| FrObject::class_id_type FrObject::FrSHClassId | ( | ) | const |
| std::string FrObject::FrSHClassName | ( | ) | const |
|
inline |
|
inline |
| class_id_type FrObject::class_id |
| char const* FrObject::class_name |
| struct { ... } FrObject::FrSE |
| struct { ... } FrObject::FrSH |
| union { ... } FrObject::m_cache |
|
private |
|
private |
|
private |
|
private |
|
private |