OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ot::StringWrapper Class Reference

#include "Variable.h"

Public Member Functions

 StringWrapper (const std::string &val)
 
 StringWrapper (std::string &&val)
 
 StringWrapper (const StringWrapper &other)
 
 StringWrapper (StringWrapper &&other) noexcept
 
StringWrapperoperator= (const StringWrapper &other)
 
StringWrapperoperator= (StringWrapper &&other) noexcept
 
bool operator== (const StringWrapper &other)
 
bool operator< (const StringWrapper &other)
 
bool operator> (const StringWrapper &other)
 
 operator const char * () const
 
 ~StringWrapper ()
 

Constructor & Destructor Documentation

◆ StringWrapper() [1/4]

ot::StringWrapper::StringWrapper ( const std::string & val)
inline

◆ StringWrapper() [2/4]

ot::StringWrapper::StringWrapper ( std::string && val)
inline

◆ StringWrapper() [3/4]

ot::StringWrapper::StringWrapper ( const StringWrapper & other)
inline

◆ StringWrapper() [4/4]

ot::StringWrapper::StringWrapper ( StringWrapper && other)
inlinenoexcept

◆ ~StringWrapper()

ot::StringWrapper::~StringWrapper ( )
inline

Member Function Documentation

◆ operator const char *()

ot::StringWrapper::operator const char * ( ) const
inline

◆ operator<()

bool ot::StringWrapper::operator< ( const StringWrapper & other)
inline

◆ operator=() [1/2]

StringWrapper & ot::StringWrapper::operator= ( const StringWrapper & other)
inline

◆ operator=() [2/2]

StringWrapper & ot::StringWrapper::operator= ( StringWrapper && other)
inlinenoexcept

◆ operator==()

bool ot::StringWrapper::operator== ( const StringWrapper & other)
inline

◆ operator>()

bool ot::StringWrapper::operator> ( const StringWrapper & other)
inline

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