SObjectizer  5.5
Classes | Namespaces | Typedefs
layer_core.hpp File Reference

A definition of an utility class for work with layers. More...

#include <vector>
#include <typeindex>
#include <mutex>
#include <so_5/h/exception.hpp>
#include <so_5/rt/h/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

 so_5
 Public part of message limit implementation.
 
 so_5::impl
 Details of SObjectizer run-time implementations.
 

Typedefs

typedef std::vector< typed_layer_ref_t > so_5::impl::so_layer_list_t
 Typedef for typed_layer_ret container. More...
 

Detailed Description

A definition of an utility class for work with layers.