An element of the search path (mapping a directory).
More...
|
| Element (const std::string &path="", const std::string &name="") |
|
bool | empty () const |
|
const std::string & | getPath () const |
|
const std::string & | getName () const |
|
An element of the search path (mapping a directory).
◆ Element()
CRL::SearchPath::Element::Element |
( |
const std::string & |
path = "" , |
|
|
const std::string & |
name = "" |
|
) |
| |
|
inline |
A new element bound to path
, with library name
.
◆ empty()
size_t CRL::SearchPath::Element::empty |
( |
| ) |
const |
|
inline |
- Returns
- true if the element is empty (no path).
◆ getPath()
const std::string & CRL::SearchPath::Element::getPath |
( |
| ) |
const |
|
inline |
- Returns
- the
path
(directory) of the element.
◆ getName()
const std::string & CRL::SearchPath::Element::getName |
( |
| ) |
const |
|
inline |
- Returns
- the
name
(of the library) of the element.
The documentation for this class was generated from the following files: