PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PScriptLanguage::ParamVector Struct Reference

Individual Parameter in ParamVector. More...

#include <script.h>

Inherits vector< PVarType >.

Public Member Functions

 ParamVector (size_t sz=0)
 
void Push (void *state)
 
void Pop (void *state)
 

Detailed Description

Individual Parameter in ParamVector.

Vector of parameters as used by Signature structure.

Constructor & Destructor Documentation

PScriptLanguage::ParamVector::ParamVector ( size_t  sz = 0)
inlineexplicit

Member Function Documentation

void PScriptLanguage::ParamVector::Pop ( void *  state)
void PScriptLanguage::ParamVector::Push ( void *  state)

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