libjmmcg  build_2783
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings Class Reference

#include <NTPerformanceObjects.hpp>

Public Member Functions

 PerfObjectStrings (void)
 
 PerfObjectStrings (const std::string &n, const std::string &h)
 
 PerfObjectStrings (const PerfObjectStrings &p)
 
 ~PerfObjectStrings (void)
 
PerfObjectStringsoperator= (const PerfObjectStrings &p)
 
bool operator< (const PerfObjectStrings &p) const
 
 operator std::string (void) const
 

Public Attributes

std::string name
 
std::string help
 

Detailed Description

Definition at line 99 of file NTPerformanceObjects.hpp.

Constructor & Destructor Documentation

◆ PerfObjectStrings() [1/3]

jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::PerfObjectStrings ( void  )
inline

Definition at line 103 of file NTPerformanceObjects.hpp.

◆ PerfObjectStrings() [2/3]

jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::PerfObjectStrings ( const std::string &  n,
const std::string &  h 
)
inline

Definition at line 104 of file NTPerformanceObjects.hpp.

◆ PerfObjectStrings() [3/3]

jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::PerfObjectStrings ( const PerfObjectStrings p)
inline

Definition at line 105 of file NTPerformanceObjects.hpp.

◆ ~PerfObjectStrings()

jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::~PerfObjectStrings ( void  )
inline

Definition at line 106 of file NTPerformanceObjects.hpp.

Member Function Documentation

◆ operator std::string()

jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::operator std::string ( void  ) const
inline

Definition at line 109 of file NTPerformanceObjects.hpp.

◆ operator<()

bool jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::operator< ( const PerfObjectStrings p) const
inline

Definition at line 108 of file NTPerformanceObjects.hpp.

◆ operator=()

PerfObjectStrings& jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::operator= ( const PerfObjectStrings p)
inline

Definition at line 107 of file NTPerformanceObjects.hpp.

Member Data Documentation

◆ help

std::string jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::help

Definition at line 102 of file NTPerformanceObjects.hpp.

◆ name

std::string jmmcg::NTUtils::NTPerformanceObjects::PerfObjectDetails::PerfObjectStrings::name

Definition at line 101 of file NTPerformanceObjects.hpp.


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