numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of log_tag_config_tree class. More...
#include <memory>
#include <mutex>
#include <string_view>
#include <utility>
#include <hash_tables/hashes/std_hash.h>
#include <hash_tables/maps/multi_open_address_map_mt.h>
#include "num_collect/logging/impl/log_tag_element.h"
#include "num_collect/logging/impl/separate_top_log_tag_element.h"
#include "num_collect/logging/log_tag_config.h"
#include "num_collect/logging/log_tag_view.h"
Go to the source code of this file.
Classes | |
class | num_collect::logging::impl::log_tag_config_tree |
Class of trees of configurations of log tags. More... | |
class | num_collect::logging::impl::log_tag_config_tree_node |
Class of nodes in log_tag_config_tree objects. More... | |
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::logging |
Namespace of logging. | |
namespace | num_collect::logging::impl |
Namespace of internal implementations. | |
Definition of log_tag_config_tree class.
Definition in file log_tag_config_tree.h.