#include <action_store.h>
Action item for the XPath action placeholder
Able to store 1 quadruplet (3 integers and a string)
TinyXPath::action_item::action_item | ( | int | i_in_1, | |
int | i_in_2, | |||
int | i_in_3, | |||
const char * | cp_string | |||
) | [inline] |
constructor
void TinyXPath::action_item::v_get | ( | int & | i_out_1, | |
int & | i_out_2, | |||
int & | i_out_3, | |||
TiXmlString & | S_out | |||
) | [inline] |
int TinyXPath::action_item::i_1 [protected] |
Integer triplet values.
Referenced by v_get().
int TinyXPath::action_item::i_2 [protected] |
Referenced by v_get().
int TinyXPath::action_item::i_3 [protected] |
Referenced by v_get().
TiXmlString TinyXPath::action_item::S_string [protected] |
String value.
Referenced by v_get().