Storage of data members for the FrTable structure.
More...
#include <FrTable.hh>
|
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.
|
|
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() [1/4]
FrTableNPS::FrTableNPS |
( |
| ) |
|
Constructor.
Default constructor
- Returns
- A new FrTableNPS object
◆ FrTableNPS() [2/4]
FrTableNPS::FrTableNPS |
( |
const FrTableNPS & | Source | ) |
|
Copy Constructor.
- Parameters
-
[in] | Source | The 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] | Source | The source to be copied. |
- Returns
- A new FrTableNPS object
◆ AppendComment() [1/2]
void FrTableNPS::AppendComment |
( |
const std::string & | comment | ) |
|
|
inline |
Add additional information to the comment.
- Parameters
-
[in] | comment | The 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] | comment | The text to append to the comment. |
◆ 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.
◆ 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.
◆ 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] | Name | The name to associate with the table |
◆ setName() [2/2]
void FrameCPP::Version_4::FrTableNPS::setName |
( |
const std::string & | Name | ) |
|
|
protected |
Establish name.
- Parameters
-
[in] | Name | The name to associate with the table |
◆ m_data
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/build/include/framecpp/Version4/FrTable.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Version4/FrTable.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Version4/FrTable.cc