SObjectizer  5.5
Public Member Functions | Private Attributes | List of all members
so_5::stats::suffix_t Class Reference

A type for representing the suffix of data_source name. More...

#include <prefix.hpp>

Public Member Functions

 suffix_t (const char *value)
 Initializing constructor. More...
 
const char * c_str () const
 Access to suffix value. More...
 
bool operator== (const suffix_t &o) const
 Compares suffixes by pointer values. More...
 
bool operator!= (const suffix_t &o) const
 Compares suffixes by pointer value. More...
 
bool operator< (const suffix_t &o) const
 Compares suffixes by pointer value. More...
 

Private Attributes

const char * m_value
 Actual value. More...
 

Detailed Description

A type for representing the suffix of data_source name.

Since
v.5.5.4
Note
This is just a wrapper around const char *.

Constructor & Destructor Documentation

◆ suffix_t()

so_5::stats::suffix_t::suffix_t ( const char *  value)
inline

Initializing constructor.

Member Function Documentation

◆ c_str()

const char* so_5::stats::suffix_t::c_str ( ) const
inline

Access to suffix value.

◆ operator!=()

bool so_5::stats::suffix_t::operator!= ( const suffix_t o) const
inline

Compares suffixes by pointer value.

◆ operator<()

bool so_5::stats::suffix_t::operator< ( const suffix_t o) const
inline

Compares suffixes by pointer value.

◆ operator==()

bool so_5::stats::suffix_t::operator== ( const suffix_t o) const
inline

Compares suffixes by pointer values.

Member Data Documentation

◆ m_value

const char* so_5::stats::suffix_t::m_value
private

Actual value.


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