cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | List of all members
SWITCH_CONFIG Struct Reference

Configuration of switch order from one agent type to another. More...

#include <common.h>

Public Member Functions

 SWITCH_CONFIG (bool flag=false, string to="")
 
 SWITCH_CONFIG (bool flag=false, string to="")
 

Public Attributes

bool _flag
 
string _to
 the target agent class name More...
 

Detailed Description

Configuration of switch order from one agent type to another.

Definition at line 42 of file common.h.

Constructor & Destructor Documentation

◆ SWITCH_CONFIG() [1/2]

SWITCH_CONFIG::SWITCH_CONFIG ( bool  flag = false,
string  to = "" 
)
inline

Definition at line 43 of file common.h.

◆ SWITCH_CONFIG() [2/2]

SWITCH_CONFIG::SWITCH_CONFIG ( bool  flag = false,
string  to = "" 
)
inline

Definition at line 43 of file common.h.

Member Data Documentation

◆ _flag

bool SWITCH_CONFIG::_flag

Definition at line 48 of file common.h.

◆ _to

string SWITCH_CONFIG::_to

the target agent class name

Definition at line 49 of file common.h.


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