ddc
Public Member Functions | Protected Attributes | List of all members
TinyXPath::action_item Class Reference

#include <action_store.h>

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

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

Detailed Description

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

Constructor & Destructor Documentation

◆ action_item()

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

◆ v_get()

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.

Referenced by TinyXPath::action_store::i_get_size().

Here is the caller graph for this function:

Member Data Documentation

◆ i_1

int TinyXPath::action_item::i_1
protected

Integer triplet values.

Referenced by v_get().

◆ i_2

int TinyXPath::action_item::i_2
protected

Referenced by v_get().

◆ i_3

int TinyXPath::action_item::i_3
protected

Referenced by v_get().

◆ S_string

TiXmlString TinyXPath::action_item::S_string
protected

String value.

Referenced by v_get().


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