WiringList.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  wiring_private::ScalarList< T >
 List of scalar values. More...
 
struct  wiring_private::ObjectList< T >
 List of object pointers. More...
 
struct  wiring_private::ObjectList< T >::Element
 

Namespaces

 wiring_private
 

Typedefs

template<typename T >
using wiring_private::List = typename std::conditional< std::is_scalar< T >::value, ScalarList< T >, ObjectList< T > >::type