gz/fuel_tools/CollectionIdentifier.hh
STL class.
bool SetName(const std::string &_name)
Set the name of the collection.
bool SetServer(const ServerConfig &_server)
Set the server from which this collection comes.
bool SetOwner(const std::string &_name)
Set the owner of the collection.
std::string AsString(const std::string &_prefix="") const
Returns all the collection information as a string. Convenient for debugging.
CollectionIdentifier & operator=(const CollectionIdentifier &_orig)
Assignment operator.
bool operator==(const CollectionIdentifier &_rhs) const
Equality operator.
Describes options needed for a server.
Definition: gz/fuel_tools/ClientConfig.hh:47
ServerConfig & Server() const
Returns server information to retrieve collection from.
std::string Owner() const
Returns owner to attribute collection to.
std::string AsPrettyString(const std::string &_prefix="") const
Returns all the available collection information as a string using colors for better human parsing.
std::string Name() const
Returns the collection name.
Defines how to identify a collection.
Definition: gz/fuel_tools/CollectionIdentifier.hh:42
std::string UniqueName() const
Returns a unique name for the collection.