Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

TinyXPath::action_item Class Reference

Action item for the XPath action placeholder
Able to store 1 quadruplet (3 integers and a string). More...

#include <action_store.h>

List of all members.

Public Member Functions

 action_item (int i_in_1, int i_in_2, int i_in_3, const char *cp_string)
 constructor

void v_get (int &i_out_1, int &i_out_2, int &i_out_3, TIXML_STRING &S_out)
 Retrieve the set of values.


Protected Attributes

int i_1
 Integer triplet values.

int i_2
 Integer triplet values.

int i_3
 Integer triplet values.

TIXML_STRING S_string
 String value.


Detailed Description

Action item for the XPath action placeholder
Able to store 1 quadruplet (3 integers and a string).


Constructor & Destructor Documentation

TinyXPath::action_item::action_item int  i_in_1,
int  i_in_2,
int  i_in_3,
const char *  cp_string
[inline]
 

constructor


Member Function Documentation

void TinyXPath::action_item::v_get int &  i_out_1,
int &  i_out_2,
int &  i_out_3,
TIXML_STRING &  S_out
[inline]
 

Retrieve the set of values.


Member Data Documentation

int TinyXPath::action_item::i_1 [protected]
 

Integer triplet values.

int TinyXPath::action_item::i_2 [protected]
 

Integer triplet values.

int TinyXPath::action_item::i_3 [protected]
 

Integer triplet values.

TIXML_STRING TinyXPath::action_item::S_string [protected]
 

String value.


The documentation for this class was generated from the following file:
Generated for TinyXPath by doxygen SourceForge Logo