Searched refs:ScriptStream (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/HelpGen/src/
H A Dscriptbinder.h42 class ScriptStream class
49 ScriptStream();
50 ~ScriptStream();
54 ScriptStream& operator<<( const char* str );
55 ScriptStream& operator<<( const wxString& str );
56 ScriptStream& operator<<( char ch );
167 ScriptStream& stm );
193 void PrintScript( void* dataObj, ScriptStream& stm );
299 virtual void Print( ScriptStream& stm );
326 virtual bool OnSaveDocument( ScriptStream
[all...]
H A Dscriptbinder.cpp45 /***** Implementation for class ScriptStream *****/
47 ScriptStream::ScriptStream() function in class:ScriptStream
53 ScriptStream::~ScriptStream()
58 void ScriptStream::WriteBytes( const void* srcBuf, size_t count )
87 ScriptStream& ScriptStream::operator<<( const char* str )
94 ScriptStream& ScriptStream
[all...]
H A Ddocripper.h135 virtual bool OnSaveDocument( ScriptStream& stm );
H A Ddocripper.cpp550 bool RipperDocGen::OnSaveDocument( ScriptStream& WXUNUSED(stm) )

Completed in 106 milliseconds