graph_basics.h File Reference

Namespaces

 maxon
 

Typedefs

using VariadicInstance = Tuple< Id, DataDictionary >
 

Enumerations

enum  PORT_DIR : Int {
  INPUT,
  OUTPUT,
  BEGIN,
  END
}
 

Functions

enum maxon::PORT_DIR Int MAXON_ENUM_LIST (PORT_DIR)
 
PORT_DIR & operator++ (PORT_DIR &dir)
 
PORT_DIR Reverse (PORT_DIR dir)
 

Variables

 INPUT
 
 OUTPUT
 
 BEGIN
 
 END
 

Variable Documentation

◆ INPUT

INPUT

Input direction, i.e., an input port or an incoming connection.

◆ OUTPUT

OUTPUT

Output direction, i.e., an output port or an outgoing connection.

◆ BEGIN

BEGIN

The start value for a loop over port directions.

◆ END

END

The end value for a loop over port directions.