expose StreamWriter
This commit is contained in:
parent
3b6a6185e4
commit
035c3a29a1
|
|
@ -37,6 +37,7 @@
|
|||
class EXPCL_PANDAEXPRESS StreamWriter {
|
||||
public:
|
||||
INLINE StreamWriter(ostream &out);
|
||||
PUBLISHED:
|
||||
INLINE StreamWriter(ostream *out);
|
||||
INLINE StreamWriter(const StreamWriter ©);
|
||||
INLINE void operator = (const StreamWriter ©);
|
||||
|
|
|
|||
Loading…
Reference in New Issue