#include <iostream>
#include <string>
#include <sstream>
#include <vector>
Include dependency graph for BaseRegmas.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | BaseRegmas |
Base class for the regmas application. More... | |
Defines | |
#define | M_PI 3.1415926535897932384626433832795 |
#define | M_LN2 0.69314718055994530941723212145818 |
#define | M_LN10 2.3025850929940456840179914546844 |
Enumerations | |
enum | { PLOTS_ALL = 0, PLOTS_OWNED = 1, PLOTS_RENTED = 2, STAGE_INIT = 0, STAGE_NORMAL = 1, MSG_NO_MSG = 0, MSG_DEBUG = 1, MSG_INFO = 2, MSG_WARNING = 3, MSG_ERROR = 4, MSG_CRITICAL_ERROR = 5, RESSOURCE_ZERO = 0, RESSOURCE_FIXED = 1, RESSOURCE_CALCULATED = 2, RESSOURCE_OBJECTS = 3, RESSOURCE_PIXEL = 4, RESTYPE_GENERIC = 0, RESTYPE_FINANCIAL = 1, RESTYPE_POLICYPREMIUM = 2, RESTYPE_LABOUR = 3, RESTYPE_STABLES = 4, RESTYPE_MACHINARY = 5, RESTYPE_FEED = 6, TYPE_INT = 0, TYPE_DOUBLE = 1, TYPE_STRING = 2, TYPE_BOOL = 3, DATA_INDIVIDUAL = 0, DATA_VECTOR = 1, DATA_NOW = -1, OUTVL_NONE = 0, OUTVL_MAPS = 3, OUTVL_AGGREGATED = 3, OUTVL_DETAILED = 5, OUTVL_BINMAPS = 6, OUTVL_ALL = 7, AGEXIT_FALSE = 0, AGEXIT_NOCAPITAL = 1, AGEXIT_DEBS = 2, AGEXIT_SHPRICES = 3 } |
#define M_LN10 2.3025850929940456840179914546844 |
Definition at line 99 of file BaseRegmas.h.
#define M_LN2 0.69314718055994530941723212145818 |
Definition at line 95 of file BaseRegmas.h.
#define M_PI 3.1415926535897932384626433832795 |
Definition at line 91 of file BaseRegmas.h.
anonymous enum |
Definition at line 34 of file BaseRegmas.h.