ldas-tools-framecpp  2.5.8
Classes | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
FrameCPP::Version_4::FrTableNPS Class Reference

Storage of data members for the FrTable structure. More...

#include <FrTable.hh>

Inheritance diagram for FrameCPP::Version_4::FrTableNPS:
FrameCPP::Version_4::FrTable

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ FrTableNPS() [1/2]

FrTableNPS::FrTableNPS ( )

Constructor.

Default constructor

Returns
A new FrTableNPS object

◆ FrTableNPS() [2/2]

FrTableNPS::FrTableNPS ( const FrTableNPS Source)

Copy Constructor.

Parameters
[in]SourceThe source to be copied.
Returns
A new FrTableNPS object

Member Function Documentation

◆ AppendComment()

void FrTableNPS::AppendComment ( const std::string &  comment)
inline

Add additional information to the comment.

Parameters
[in]commentThe text to append to the comment.

◆ GetComment()

const std::string & FrTableNPS::GetComment ( ) const
inline

Retrieve the comment.

Returns
The text of the comment associated with the table.

◆ getComment()

std::string & FrTableNPS::getComment ( )
inlineprotected

Retrieve the comment.

Returns
The text of the comment associated with the table.

◆ GetName()

const std::string & FrTableNPS::GetName ( ) const
inline

Retrieve the name.

Returns
The name associated with the table

◆ setName()

void FrTableNPS::setName ( const std::string &  Name)
inlineprotected

Establish name.

Parameters
[in]NameThe name to associate with the table

Member Data Documentation

◆ m_data

data_type FrameCPP::Version_4::FrTableNPS::m_data
protected

The documentation for this class was generated from the following files: