#include <funccallstreamer.hpp>
Inheritance diagram for FuncCallStreamerFactory:
Definition at line 106 of file funccallstreamer.hpp.
Public Methods | |
~FuncCallStreamerFactory () | |
XMLStreamer * | getStreamer (StreamerParams *p_pParameters, XMLFlowContext *p_pStreamContext, XMLStreamConsumer *p_pStreamConsumer) const |
This function produces and returns the streamer objects. | |
void | cacheScript (RootStreamNode *p_pRootNode, const char *p_pszCacheName) |
const RootStreamNode * | getCachedScript (const char *p_pszCacheName) |
Protected Attributes | |
VAarray< RootStreamNode * > | m_pvaScriptCache |
|
Definition at line 162 of file funccallstreamer.cpp. References VAarray< RootStreamNode * >::empty(), m_pvaScriptCache, and VAarray< RootStreamNode * >::pop(). |
|
Definition at line 182 of file funccallstreamer.cpp. References VAarray< RootStreamNode * >::add(), and m_pvaScriptCache. Referenced by FuncDefineStreamer::commitStream(). |
|
Definition at line 190 of file funccallstreamer.cpp. References VAarray< RootStreamNode * >::get(), and m_pvaScriptCache. |
|
This function produces and returns the streamer objects.
Implements XMLStreamerFactory. Definition at line 170 of file funccallstreamer.cpp. |
|
Definition at line 109 of file funccallstreamer.hpp. Referenced by cacheScript(), getCachedScript(), and ~FuncCallStreamerFactory(). |