30 #ifndef __ACTION_STORE_H 31 #define __ACTION_STORE_H 44 action_item (
int i_in_1,
int i_in_2,
int i_in_3,
const char * cp_string) :
74 void v_add (
int i_1,
int i_2,
int i_3,
const char * cp_string);
78 void v_get (
int i_position,
int & i_1,
int & i_2,
int & i_3,
TIXML_STRING & S_out);
int i_size
Used number of elements.
Definition: action_store.h:88
TiXmlString S_string
String value.
Definition: action_store.h:62
void v_get(int &i_out_1, int &i_out_2, int &i_out_3, TiXmlString &S_out)
Retrieve the set of values.
Definition: action_store.h:50
int i_3
Definition: action_store.h:60
Definition: action_store.h:68
Definition: action_store.cpp:32
void v_set_position(int i_where)
Set the position to an arbitrary value. See i_position.
Definition: action_store.h:82
action_item ** aipp_list
Pointers to the allocated elements.
Definition: action_store.h:95
int i_1
Integer triplet values.
Definition: action_store.h:60
int i_alloc
Nb of allocated elements.
Definition: action_store.h:93
int i_get_size()
Get the current nb of stored elements.
Definition: action_store.h:76
int i_get_position()
Get the current position. See i_position.
Definition: action_store.h:80
int i_2
Definition: action_store.h:60
void v_dec_position()
Decrement the position. See i_position.
Definition: action_store.h:84
action_item(int i_in_1, int i_in_2, int i_in_3, const char *cp_string)
constructor
Definition: action_store.h:44
Definition: action_store.h:40
int i_position
Definition: action_store.h:91
#define TIXML_STRING
Definition: tinyxml.h:67