Lluvia
PortDirection.h File Reference

PortDirection enum. More...

Include dependency graph for PortDirection.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::PortDirection : ll::enum_t { ll::In = 0 , ll::Out = 1 }
 Class for port direction. More...
 

Variables

constexpr const std::array< std::tuple< const char *, ll::PortDirection >, 2 > ll::impl::PortDirectionStrings
 Port direction string values used for converting ll::PortDirection to std::string and vice-versa. More...
 

Detailed Description

PortDirection enum.