Lluvia
NodeState.h File Reference

NodeState enum. More...

Include dependency graph for NodeState.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ll
 
 ll::impl
 

Enumerations

enum class  ll::NodeState : ll::enum_t { ll::Created = 0 , ll::Init = 1 }
 Class for node state. More...
 

Variables

constexpr const std::array< std::tuple< const char *, ll::NodeState >, 2 > ll::impl::NodeStateStrings
 Node state string values used for converting ll::NodeState to std::string and vice-versa. More...
 

Detailed Description

NodeState enum.