ed
Public Member Functions | Public Attributes | Private Attributes | Friends | List of all members
ed::UUID Class Reference

#include <uuid.h>

Public Member Functions

const char * c_str () const
 
bool operator!= (const UUID &rhs) const
 
bool operator< (const UUID &rhs) const
 
bool operator== (const UUID &rhs) const
 
const std::stringstr () const
 
 UUID ()
 
 UUID (const char *s)
 
 UUID (const std::string &s)
 

Public Attributes

Idx idx
 

Private Attributes

std::string id_
 

Friends

std::ostreamoperator<< (std::ostream &out, const UUID &d)
 

Detailed Description

Definition at line 10 of file uuid.h.

Constructor & Destructor Documentation

◆ UUID() [1/3]

ed::UUID::UUID ( )
inline

Definition at line 15 of file uuid.h.

◆ UUID() [2/3]

ed::UUID::UUID ( const char *  s)
inline

Definition at line 16 of file uuid.h.

◆ UUID() [3/3]

ed::UUID::UUID ( const std::string s)
inline

Definition at line 17 of file uuid.h.

Member Function Documentation

◆ c_str()

const char* ed::UUID::c_str ( ) const
inline

Definition at line 25 of file uuid.h.

◆ operator!=()

bool ed::UUID::operator!= ( const UUID rhs) const
inline

Definition at line 23 of file uuid.h.

◆ operator<()

bool ed::UUID::operator< ( const UUID rhs) const
inline

Definition at line 19 of file uuid.h.

◆ operator==()

bool ed::UUID::operator== ( const UUID rhs) const
inline

Definition at line 21 of file uuid.h.

◆ str()

const std::string& ed::UUID::str ( ) const
inline

Definition at line 27 of file uuid.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream out,
const UUID d 
)
friend

Definition at line 29 of file uuid.h.

Member Data Documentation

◆ id_

std::string ed::UUID::id_
private

Definition at line 37 of file uuid.h.

◆ idx

Idx ed::UUID::idx
mutable

Definition at line 41 of file uuid.h.


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