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