Xalan-C++ API Reference  1.12.0
Public Member Functions | Public Attributes | List of all members
xalanc::VariablesStack::ParamsVectorEntry Struct Reference

#include <xalanc/XSLT/VariablesStack.hpp>

Collaboration diagram for xalanc::VariablesStack::ParamsVectorEntry:
[legend]

Public Member Functions

 ParamsVectorEntry ()
 
 ParamsVectorEntry (const XalanQName *qname, const XObjectPtr value)
 
 ParamsVectorEntry (const XalanQName *qname, const ElemVariable *variable)
 

Public Attributes

const XalanQNamem_qname
 
XObjectPtr m_value
 
const ElemVariablem_variable
 

Detailed Description

Definition at line 112 of file VariablesStack.hpp.

Constructor & Destructor Documentation

◆ ParamsVectorEntry() [1/3]

xalanc::VariablesStack::ParamsVectorEntry::ParamsVectorEntry ( )
inline

Definition at line 114 of file VariablesStack.hpp.

◆ ParamsVectorEntry() [2/3]

xalanc::VariablesStack::ParamsVectorEntry::ParamsVectorEntry ( const XalanQName qname,
const XObjectPtr  value 
)
inline

Definition at line 121 of file VariablesStack.hpp.

◆ ParamsVectorEntry() [3/3]

xalanc::VariablesStack::ParamsVectorEntry::ParamsVectorEntry ( const XalanQName qname,
const ElemVariable variable 
)
inline

Definition at line 130 of file VariablesStack.hpp.

Member Data Documentation

◆ m_qname

const XalanQName* xalanc::VariablesStack::ParamsVectorEntry::m_qname

Definition at line 139 of file VariablesStack.hpp.

◆ m_value

XObjectPtr xalanc::VariablesStack::ParamsVectorEntry::m_value

Definition at line 141 of file VariablesStack.hpp.

◆ m_variable

const ElemVariable* xalanc::VariablesStack::ParamsVectorEntry::m_variable

Definition at line 143 of file VariablesStack.hpp.


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