Apache Mesos
Public Member Functions | Static Public Attributes | List of all members
process::UPID::ID Struct Reference

#include <pid.hpp>

Public Member Functions

 ID ()=default
 
 ID (const std::string &s)
 
 ID (std::string &&s)
 
IDoperator= (std::string &&that)
 
bool operator== (const std::string &that) const
 
bool operator== (const char *that) const
 
bool operator!= (const std::string &that) const
 
bool operator< (const std::string &that) const
 
 operator const std::string & () const
 

Static Public Attributes

static const std::string EMPTY
 

Constructor & Destructor Documentation

process::UPID::ID::ID ( )
default
process::UPID::ID::ID ( const std::string &  s)
inline
process::UPID::ID::ID ( std::string &&  s)
inline

Member Function Documentation

process::UPID::ID::operator const std::string & ( ) const
inline
bool process::UPID::ID::operator!= ( const std::string &  that) const
inline
bool process::UPID::ID::operator< ( const std::string &  that) const
inline
ID& process::UPID::ID::operator= ( std::string &&  that)
inline
bool process::UPID::ID::operator== ( const std::string &  that) const
inline
bool process::UPID::ID::operator== ( const char *  that) const
inline

Member Data Documentation

const std::string process::UPID::ID::EMPTY
static

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