Public Member Functions | Protected Attributes

TinyXPath::action_item Class Reference

#include <action_store.h>

Collaboration diagram for TinyXPath::action_item:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Protected Attributes


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,
TiXmlString S_out 
) [inline]

Retrieve the set of values.

References i_1, i_2, i_3, and S_string.


Member Data Documentation

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().

String value.

Referenced by v_get().


The documentation for this class was generated from the following file: