Qt 4.8
|
Carries meta data for a function argument as found in XPath's builtin functions and user declared functions in XQuery and XSL-T. More...
#include <qfunctionargument_p.h>
Public Types | |
typedef QList< FunctionArgument::Ptr > | List |
typedef QExplicitlySharedDataPointer< FunctionArgument > | Ptr |
Public Functions | |
FunctionArgument (const QXmlName name, const SequenceType::Ptr &type) | |
QXmlName | name () const |
SequenceType::Ptr | type () const |
Public Functions inherited from QSharedData | |
QSharedData () | |
Constructs a QSharedData object with a reference count of 0. More... | |
QSharedData (const QSharedData &) | |
Constructs a QSharedData object with reference count 0. More... | |
Properties | |
const QXmlName | m_name |
const SequenceType::Ptr | m_type |
Additional Inherited Members | |
Public Variables inherited from QSharedData | |
QAtomicInt | ref |
Carries meta data for a function argument as found in XPath's builtin functions and user declared functions in XQuery and XSL-T.
Definition at line 75 of file qfunctionargument_p.h.
Definition at line 79 of file qfunctionargument_p.h.
Definition at line 78 of file qfunctionargument_p.h.
FunctionArgument::FunctionArgument | ( | const QXmlName | name, |
const SequenceType::Ptr & | type | ||
) |
Definition at line 48 of file qfunctionargument.cpp.
QXmlName FunctionArgument::name | ( | ) | const |
Definition at line 56 of file qfunctionargument.cpp.
SequenceType::Ptr FunctionArgument::type | ( | ) | const |
Definition at line 61 of file qfunctionargument.cpp.
|
private |
Definition at line 89 of file qfunctionargument_p.h.
Referenced by name().
|
private |
Definition at line 90 of file qfunctionargument_p.h.
Referenced by type().