#include <VarState.h>
Public Member Functions | |
Variable () | |
virtual | ~Variable () |
Variable (Variable const &) | |
Variable & | operator= (Variable const &) |
virtual void | eval (ESIVarState &state, char const *, char const *) const |
Detailed Description
Definition at line 75 of file VarState.h.
Constructor & Destructor Documentation
◆ Variable() [1/2]
|
inline |
Definition at line 79 of file VarState.h.
◆ ~Variable()
|
inlinevirtual |
Definition at line 81 of file VarState.h.
◆ Variable() [2/2]
|
inline |
Definition at line 84 of file VarState.h.
Member Function Documentation
◆ eval()
|
virtual |
Reimplemented in ESIVariableExpression, ESIVariableCookie, ESIVariableHost, ESIVariableLanguage, ESIVariableQuery, ESIVariableReferer, and ESIVariableUserAgent.
Definition at line 31 of file VarState.cc.
References ESIVarState::getOutput(), and ESISegment::ListAppend().
Referenced by ESIVariableProcessor::eval().
◆ operator=()
The documentation for this class was generated from the following files:
- src/esi/VarState.h
- src/esi/VarState.cc