Lluvia
NodeType.h File Reference

NodeType enum. More...

Include dependency graph for NodeType.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::NodeType : ll::enum_t { ll::Compute = 0 , ll::Container = 1 }
 Class for node type. More...
 

Variables

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

Detailed Description

NodeType enum.