#include <tnt/compident.h>
Inherited by Maptarget, and Subcompident.
Public Member Functions | |
| bool | operator< (const Compident &ci) const |
| Compident (const std::string &l, const std::string &n) | |
| Creates a component identifyer with a library and component name. | |
| Compident (const std::string &ident) | |
| const std::string & | toString () const |
| return component identifyer as a string | |
| bool | empty () const |
| void | clear () |
Public Attributes | |
| std::string | libname |
| std::string | compname |
| Compident | ( | const std::string & | ident | ) | [explicit] |
looks for '@' and splits the passed string into libname and compname parts. When no '@' is found, the library part is left empty.