Sublayer type, label, and index encapsulation.
More...
#include <layer.hpp>
|
| LayerId (void)=default |
|
| LayerId (std::string label) |
|
| LayerId (std::string type, std::string label, size_t index) |
|
std::string | to_string (std::string label) const |
|
Sublayer type, label, and index encapsulation.
◆ LayerId() [1/3]
layr::LayerId::LayerId |
( |
void |
| ) |
|
|
default |
◆ LayerId() [2/3]
layr::LayerId::LayerId |
( |
std::string |
label | ) |
|
|
inline |
◆ LayerId() [3/3]
layr::LayerId::LayerId |
( |
std::string |
type, |
|
|
std::string |
label, |
|
|
size_t |
index |
|
) |
| |
|
inline |
◆ to_string()
std::string layr::LayerId::to_string |
( |
std::string |
label | ) |
const |
|
inline |
Represent layer by the following format <raw label>="">:<sublayer type>="">:<sublayer label>="">:<sublayer index>="">
◆ index_
size_t layr::LayerId::index_ = 0 |
◆ label_
std::string layr::LayerId::label_ |
◆ type_
std::string layr::LayerId::type_ |
The documentation for this struct was generated from the following file: