MIRA
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Objective::Vote Struct Reference

#include <pilot/Objective.h>

Public Member Functions

 Vote ()
 
 Vote (Permit p, double c)
 
template<typename Reflector >
void reflect (Reflector &r)
 
bool operator< (const Vote &rhs)
 

Public Attributes

Permit permit
 
double costs
 

Static Public Attributes

static const Vote UNREACHABLE
 
static const Vote DENY
 
static const Vote ALLOW
 

Constructor & Destructor Documentation

◆ Vote() [1/2]

Vote ( )
inline

◆ Vote() [2/2]

Vote ( Permit  p,
double  c 
)
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inline

◆ operator<()

bool operator< ( const Vote rhs)
inline

Member Data Documentation

◆ UNREACHABLE

const Vote UNREACHABLE
static

◆ DENY

const Vote DENY
static

◆ ALLOW

const Vote ALLOW
static

◆ permit

Permit permit

◆ costs

double costs

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