|
ldas-tools-framecpp 3.0.4
|
#include <FrSEData.hh>

Public Types | |
| typedef std::string | name_type |
| typedef std::string | classId_type |
| typedef std::string | comment_type |
| typedef std::string | name_type |
| typedef std::string | classId_type |
| typedef std::string | comment_type |
Public Member Functions | |
| const name_type & | GetName () const |
| Return name of object. | |
| const classId_type & | GetClass () const |
| Return class of object. | |
| const comment_type & | GetComment () const |
| Return comment of object. | |
| bool | operator== (const FrSE &RHS) const |
| comparison operator | |
| const name_type & | GetName () const |
| Return name of object. | |
| const classId_type & | GetClass () const |
| Return class of object. | |
| const comment_type & | GetComment () const |
| Return comment of object. | |
| bool | operator== (const FrSE &RHS) const |
| comparison operator | |
Protected Attributes | |
| name_type | name |
| classId_type | classId |
| The string representation of data type of the element. | |
| comment_type | comment |
| Description of the element. | |
| typedef std::string FrameCPP::v3::FrSE::classId_type |
| typedef std::string FrameCPP::v3::FrSE::classId_type |
| typedef std::string FrameCPP::v3::FrSE::comment_type |
| typedef std::string FrameCPP::v3::FrSE::comment_type |
| typedef std::string FrameCPP::v3::FrSE::name_type |
| typedef std::string FrameCPP::v3::FrSE::name_type |
|
inline |
Return class of object.
|
inline |
Return class of object.
|
inline |
Return comment of object.
|
inline |
Return comment of object.
|
inline |
Return name of object.
|
inline |
Return name of object.
|
inline |
comparison operator
|
inline |
comparison operator
|
protected |
The string representation of data type of the element.
|
protected |
Description of the element.
|
protected |
Name of an element of the structure being described. All element names within the structure must be unique.