Public Member Functions | |
ThisNodeFactory (LLSD params) | |
virtual LLHTTPNode * | build () const |
Private Attributes | |
LLSD | mParams |
Definition at line 318 of file llhttpnode.h.
LLHTTPParamRegistration< NodeType >::ThisNodeFactory::ThisNodeFactory | ( | LLSD | params | ) | [inline] |
Definition at line 321 of file llhttpnode.h.
virtual LLHTTPNode* LLHTTPParamRegistration< NodeType >::ThisNodeFactory::build | ( | ) | const [inline, virtual] |
Implements LLHTTPRegistrar::NodeFactory.
Definition at line 322 of file llhttpnode.h.
References LLHTTPParamRegistration< NodeType >::ThisNodeFactory::mParams.
LLSD LLHTTPParamRegistration< NodeType >::ThisNodeFactory::mParams [private] |
Definition at line 324 of file llhttpnode.h.
Referenced by LLHTTPParamRegistration< NodeType >::ThisNodeFactory::build().