#include <Addressing.h>
Inheritance diagram for Sct::UniqueCrateIdentifier:


Public Member Functions | |
| UniqueCrateIdentifier (const Sct::Corba::UCID &other) | |
| UniqueCrateIdentifier (const UniquePartitionIdentifier p, const CrateIdentifier c) | |
| UniqueCrateIdentifier (const PartitionIdentifier p, const CrateIdentifier c) | |
| UniqueCrateIdentifier (const std::string &s) | |
| Constructs from a string encoded UCID. | |
| UniqueCrateIdentifier () | |
| bool | operator== (const UniqueCrateIdentifier &other) const |
| bool | operator!= (const UniqueCrateIdentifier &other) const |
| bool | operator< (const UniqueCrateIdentifier &other) const |
| operator std::string () const | |
Private Member Functions | |
| std::string | tag () const |
Definition at line 133 of file Addressing.h.
|
|
Constructs from a string encoded UCID. throws InvalidArgumentError if the format of UCID is not correct |
1.4.6