state_machine_cpp
state_machine_cpp::Layer< Attributes > Class Template Reference

#include <layer.h>

Public Member Functions

 Layer ()=default
 
 Layer (Attributes *...t_ptr)
 
 Layer (std::shared_ptr< Attributes > ...t_ptr)
 

Detailed Description

template<class ... Attributes>
class state_machine_cpp::Layer< Attributes >

Examples
example_ForLoop_main.cpp.

Definition at line 12 of file layer.h.

Constructor & Destructor Documentation

◆ Layer() [1/3]

template<class ... Attributes>
state_machine_cpp::Layer< Attributes >::Layer ( )
default

◆ Layer() [2/3]

template<class ... Attributes>
state_machine_cpp::Layer< Attributes >::Layer ( Attributes *...  t_ptr)
inline

Definition at line 20 of file layer.h.

◆ Layer() [3/3]

template<class ... Attributes>
state_machine_cpp::Layer< Attributes >::Layer ( std::shared_ptr< Attributes > ...  t_ptr)
inline

Definition at line 21 of file layer.h.


The documentation for this class was generated from the following file: