SObjectizer 5.8
|
A definition of an utility class for work with layers. More...
#include <vector>
#include <typeindex>
#include <mutex>
#include <so_5/exception.hpp>
#include <so_5/so_layer.hpp>
Go to the source code of this file.
Classes | |
struct | so_5::impl::typed_layer_ref_t |
A special wrapper to store a layer with its type. More... | |
class | so_5::impl::layer_core_t |
An utility class for working with layers. More... | |
Namespaces | |
namespace | so_5 |
Private part of message limit implementation. | |
namespace | so_5::impl |
Details of SObjectizer run-time implementations. | |
Typedefs | |
using | so_5::impl::so_layer_list_t = std::vector< typed_layer_ref_t > |
Typedef for typed_layer_ret container. | |
A definition of an utility class for work with layers.
Definition in file layer_core.hpp.