|
bactria
0.0.1
The bactria library is a header-only C++14 library for profiling and tracing.
|
This is the complete list of members for bactria::ranges::Category, including all inherited members.
| Category()=default | bactria::ranges::Category | |
| Category(std::uint32_t id, std::string name) | bactria::ranges::Category | inline |
| Category(Category const &other)=default | bactria::ranges::Category | |
| Category(Category &&other)=default | bactria::ranges::Category | |
| get_c_name() const noexcept -> char const * | bactria::ranges::Category | inline |
| get_id() const noexcept -> std::uint32_t | bactria::ranges::Category | inline |
| get_name() const noexcept -> std::string const & | bactria::ranges::Category | inline |
| operator=(Category const &rhs) -> Category &=default | bactria::ranges::Category | |
| operator=(Category &&rhs) -> Category &=default | bactria::ranges::Category | |
| ~Category()=default | bactria::ranges::Category |