ProviderID Class Reference

#include <RobotAPI/libraries/skills/core/ProviderID.h>

Public Member Functions

bool operator!= (const ProviderID &other) const
 
bool operator< (const ProviderID &other) const
 
bool operator<= (const ProviderID &other) const
 
bool operator== (const ProviderID &other) const
 
callback::dto::ProviderID toCallbackIce () const
 
manager::dto::ProviderID toManagerIce () const
 
std::string toString () const
 

Static Public Member Functions

static ProviderID FromIce (const callback::dto::ProviderID &)
 
static ProviderID FromIce (const manager::dto::ProviderID &)
 

Public Attributes

std::string providerName
 

Detailed Description

Definition at line 15 of file ProviderID.h.

Member Function Documentation

◆ FromIce() [1/2]

ProviderID FromIce ( const callback::dto::ProviderID &  s)
static

Definition at line 38 of file ProviderID.cpp.

+ Here is the call graph for this function:

◆ FromIce() [2/2]

ProviderID FromIce ( const manager::dto::ProviderID &  s)
static

Definition at line 32 of file ProviderID.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const ProviderID other) const

Definition at line 14 of file ProviderID.cpp.

◆ operator<()

bool operator< ( const ProviderID other) const

Definition at line 20 of file ProviderID.cpp.

+ Here is the call graph for this function:

◆ operator<=()

bool operator<= ( const ProviderID other) const

Definition at line 26 of file ProviderID.cpp.

+ Here is the call graph for this function:

◆ operator==()

bool operator== ( const ProviderID other) const

Definition at line 8 of file ProviderID.cpp.

+ Here is the call graph for this function:

◆ toCallbackIce()

callback::dto::ProviderID toCallbackIce ( ) const

Definition at line 50 of file ProviderID.cpp.

◆ toManagerIce()

manager::dto::ProviderID toManagerIce ( ) const

Definition at line 44 of file ProviderID.cpp.

+ Here is the caller graph for this function:

◆ toString()

std::string toString ( ) const

Definition at line 56 of file ProviderID.cpp.

+ Here is the caller graph for this function:

Member Data Documentation

◆ providerName

std::string providerName

Definition at line 31 of file ProviderID.h.


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