ldas-tools-framecpp
2.5.8
|
Storage of data members for the FrTable structure. More...
#include <FrTable.hh>
Classes | |
struct | data_type |
Public Member Functions | |
FrTableNPS () | |
Constructor. More... | |
FrTableNPS (const FrTableNPS &Source) | |
Copy Constructor. More... | |
void | AppendComment (const std::string &comment) |
Add additional information to the comment. More... | |
const std::string & | GetComment () const |
Retrieve the comment. More... | |
const std::string & | GetName () const |
Retrieve the name. More... | |
Protected Member Functions | |
std::string & | getComment () |
Retrieve the comment. More... | |
void | setName (const std::string &Name) |
Establish name. More... | |
Protected Attributes | |
data_type | m_data |
Storage of data members for the FrTable structure.
This class contains the data members of the FrTable structure that are not referenced by a pointer. This allows for easier migration into future frame specifications.
FrTableNPS::FrTableNPS | ( | ) |
FrTableNPS::FrTableNPS | ( | const FrTableNPS & | Source | ) |
|
inline |
Add additional information to the comment.
[in] | comment | The text to append to the comment. |
|
inline |
Retrieve the comment.
|
inlineprotected |
Retrieve the comment.
|
inline |
Retrieve the name.
|
inlineprotected |
Establish name.
[in] | Name | The name to associate with the table |
|
protected |