|
SObjectizer 5.8
|
An addition layer for the SObjectizer Environment definition. More...
#include <so_5/declspec.hpp>#include <so_5/compiler_features.hpp>#include <so_5/ret_code.hpp>#include <so_5/fwd.hpp>#include <memory>#include <map>#include <typeindex>Go to the source code of this file.
Classes | |
| class | so_5::layer_t |
| An interface of the additional SObjectizer Environment layer. More... | |
Namespaces | |
| namespace | so_5 |
| Private part of message limit implementation. | |
Typedefs | |
| using | so_5::layer_unique_ptr_t = std::unique_ptr< layer_t > |
| Typedef for the layer's autopointer. | |
| using | so_5::layer_ref_t = std::shared_ptr< layer_t > |
| Typedef for the layer's smart pointer. | |
| using | so_5::layer_map_t = std::map< std::type_index, layer_ref_t > |
| Typedef for the map from a layer typeid to the layer. | |
An addition layer for the SObjectizer Environment definition.
Definition in file so_layer.hpp.