Project Alice
Loading...
Searching...
No Matches
parsers::trait Struct Reference

#include <parsers_declarations.hpp>

Public Member Functions

void organisation (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void morale (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void attack (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void defence (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void reconnaissance (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void speed (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void experience (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void reliability (association_type, float value, error_handler &err, int32_t line, trait_context &context)
 
void finish (trait_context &)
 

Detailed Description

Definition at line 1164 of file parsers_declarations.hpp.

Member Function Documentation

◆ attack()

void parsers::trait::attack ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 255 of file parsers_declarations.cpp.

◆ defence()

void parsers::trait::defence ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 259 of file parsers_declarations.cpp.

◆ experience()

void parsers::trait::experience ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 271 of file parsers_declarations.cpp.

◆ finish()

void parsers::trait::finish ( trait_context )
inline

Definition at line 1173 of file parsers_declarations.hpp.

◆ morale()

void parsers::trait::morale ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 251 of file parsers_declarations.cpp.

◆ organisation()

void parsers::trait::organisation ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 247 of file parsers_declarations.cpp.

◆ reconnaissance()

void parsers::trait::reconnaissance ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 263 of file parsers_declarations.cpp.

◆ reliability()

void parsers::trait::reliability ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 275 of file parsers_declarations.cpp.

◆ speed()

void parsers::trait::speed ( association_type  ,
float  value,
error_handler err,
int32_t  line,
trait_context context 
)

Definition at line 267 of file parsers_declarations.cpp.


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