Public Types | Static Public Attributes | List of all members
EdgePolicy Struct Reference
Collaboration diagram for EdgePolicy:
Collaboration graph
[legend]

Public Types

typedef unsigned short index_t
 
typedef drain::Dictionary< std::string, index_t > dict_t
 

Static Public Attributes

static const EdgePolicy::index_t UNDEFINED = 0
 
static const EdgePolicy::index_t LIMIT = 1
 
static const EdgePolicy::index_t WRAP = 2
 
static const EdgePolicy::index_t MIRROR = 3
 
static const EdgePolicy::index_t POLAR = 4
 
static const dict_t dict
 

Member Data Documentation

◆ dict

const EdgePolicy::dict_t dict
static
Initial value:
= {
{"UNDEFINED", UNDEFINED},
{"LIMIT", LIMIT},
{"WRAP", WRAP},
{"MIRROR", MIRROR},
{"POLAR", POLAR},
}

The documentation for this struct was generated from the following files: