|
consteval | identifier_t (std::source_location loc=std::source_location::current()) |
|
| identifier_t (const std::string &id, std::source_location loc=std::source_location::current()) |
|
| identifier_t (const char *id, std::source_location loc=std::source_location::current()) |
|
std::string | str () const |
|
std::string | str () |
|
void | set_id (const std::string &id) |
|
const std::source_location & | loc () const |
|
Definition at line 11 of file component_identifier.cppm.
◆ identifier_t() [1/3]
cydui::components::identifier_t::identifier_t |
( |
std::source_location | loc = std::source_location::current() | ) |
|
|
inlineconstevalexport |
◆ identifier_t() [2/3]
cydui::components::identifier_t::identifier_t |
( |
const std::string & | id, |
|
|
std::source_location | loc = std::source_location::current() ) |
|
inlineexport |
◆ identifier_t() [3/3]
cydui::components::identifier_t::identifier_t |
( |
const char * | id, |
|
|
std::source_location | loc = std::source_location::current() ) |
|
inlineexport |
◆ loc()
const std::source_location & cydui::components::identifier_t::loc |
( |
| ) |
const |
|
inlineexport |
◆ set_id()
void cydui::components::identifier_t::set_id |
( |
const std::string & | id | ) |
|
|
inlineexport |
◆ str() [1/2]
std::string cydui::components::identifier_t::str |
( |
| ) |
|
|
inlineexport |
◆ str() [2/2]
std::string cydui::components::identifier_t::str |
( |
| ) |
const |
|
inlineexport |
The documentation for this class was generated from the following file: