ldas-tools-framecpp 2.7.0
Loading...
Searching...
No Matches
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:
Inheritance graph
[legend]

Classes

struct  data_type
 

Public Member Functions

 FrTableNPS ()
 Constructor.
 
 FrTableNPS (const FrTableNPS &Source)
 Copy Constructor.
 
void AppendComment (const std::string &comment)
 Add additional information to the comment.
 
const std::string & GetComment () const
 Retrieve the comment.
 
const std::string & GetName () const
 Retrieve the name.
 
 FrTableNPS ()
 Constructor.
 
 FrTableNPS (const FrTableNPS &Source)
 Copy Constructor.
 
void AppendComment (const std::string &comment)
 Add additional information to the comment.
 
const std::string & GetComment () const
 Retrieve the comment.
 
const std::string & GetName () const
 Retrieve the name.
 

Protected Member Functions

std::string & getComment ()
 Retrieve the comment.
 
void setName (const std::string &Name)
 Establish name.
 
std::string & getComment ()
 Retrieve the comment.
 
void setName (const std::string &Name)
 Establish name.
 

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/4]

FrTableNPS::FrTableNPS ( )

Constructor.

Default constructor

Returns
A new FrTableNPS object

◆ FrTableNPS() [2/4]

FrTableNPS::FrTableNPS ( const FrTableNPS Source)

Copy Constructor.

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

◆ FrTableNPS() [3/4]

FrameCPP::Version_4::FrTableNPS::FrTableNPS ( )

Constructor.

Default constructor

Returns
A new FrTableNPS object

◆ FrTableNPS() [4/4]

FrameCPP::Version_4::FrTableNPS::FrTableNPS ( const FrTableNPS Source)

Copy Constructor.

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

Member Function Documentation

◆ AppendComment() [1/2]

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

Add additional information to the comment.

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

◆ AppendComment() [2/2]

void FrameCPP::Version_4::FrTableNPS::AppendComment ( const std::string &  comment)

Add additional information to the comment.

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

◆ getComment() [1/2]

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

Retrieve the comment.

Returns
The text of the comment associated with the table.

◆ getComment() [2/2]

std::string & FrameCPP::Version_4::FrTableNPS::getComment ( )
protected

Retrieve the comment.

Returns
The text of the comment associated with the table.

◆ GetComment() [1/2]

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

Retrieve the comment.

Returns
The text of the comment associated with the table.

◆ GetComment() [2/2]

const std::string & FrameCPP::Version_4::FrTableNPS::GetComment ( ) const

Retrieve the comment.

Returns
The text of the comment associated with the table.

◆ GetName() [1/2]

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

Retrieve the name.

Returns
The name associated with the table

◆ GetName() [2/2]

const std::string & FrameCPP::Version_4::FrTableNPS::GetName ( ) const

Retrieve the name.

Returns
The name associated with the table

◆ setName() [1/2]

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

Establish name.

Parameters
[in]NameThe name to associate with the table

◆ setName() [2/2]

void FrameCPP::Version_4::FrTableNPS::setName ( const std::string &  Name)
protected

Establish name.

Parameters
[in]NameThe name to associate with the table

Member Data Documentation

◆ m_data

data_type FrTableNPS::m_data
protected

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