namespace for CASAtools classes within "CASA code"
More...
#include <Registrar.h>
namespace for CASAtools classes within "CASA code"
Definition at line 36 of file Registrar.h.
casatools::ServiceId::ServiceId |
( |
std::string |
id_p, |
|
|
std::string |
uri_p, |
|
|
std::list< std::string > |
types_p, |
|
|
unsigned int |
priority_p = 0 |
|
) |
| |
|
inline |
casatools::ServiceId::ServiceId |
( |
const ServiceId & |
other | ) |
|
|
inline |
casatools::ServiceId::~ServiceId |
( |
| ) |
|
|
inline |
std::string casatools::ServiceId::id |
( |
| ) |
const |
|
inline |
casatools::ServiceId::operator std::string |
( |
| ) |
const |
|
inline |
bool casatools::ServiceId::operator!= |
( |
const ServiceId & |
other | ) |
const |
|
inline |
bool casatools::ServiceId::operator!= |
( |
const std::string & |
id_o | ) |
const |
|
inline |
bool casatools::ServiceId::operator< |
( |
const ServiceId & |
other | ) |
const |
|
inline |
bool casatools::ServiceId::operator< |
( |
const std::string & |
id_o | ) |
const |
|
inline |
bool casatools::ServiceId::operator<= |
( |
const ServiceId & |
other | ) |
const |
|
inline |
bool casatools::ServiceId::operator<= |
( |
const std::string & |
id_o | ) |
const |
|
inline |
bool casatools::ServiceId::operator== |
( |
const ServiceId & |
other | ) |
const |
|
inline |
bool casatools::ServiceId::operator== |
( |
const std::string & |
id_o | ) |
const |
|
inline |
bool casatools::ServiceId::operator> |
( |
const ServiceId & |
other | ) |
const |
|
inline |
bool casatools::ServiceId::operator> |
( |
const std::string & |
id_o | ) |
const |
|
inline |
bool casatools::ServiceId::operator>= |
( |
const ServiceId & |
other | ) |
const |
|
inline |
bool casatools::ServiceId::operator>= |
( |
const std::string & |
id_o | ) |
const |
|
inline |
int casatools::ServiceId::priority |
( |
| ) |
const |
|
inline |
std::list<std::string>& casatools::ServiceId::types |
( |
| ) |
|
|
inline |
const std::list<std::string>& casatools::ServiceId::types |
( |
| ) |
const |
|
inline |
std::string casatools::ServiceId::uri |
( |
| ) |
const |
|
inline |
std::string casatools::ServiceId::id_ |
|
private |
int casatools::ServiceId::priority_ |
|
private |
std::list<std::string> casatools::ServiceId::types_ |
|
private |
std::string casatools::ServiceId::uri_ |
|
private |
The documentation for this class was generated from the following file: