|
@@ -37,6 +37,7 @@
|
|
|
class EXPCL_PANDAEXPRESS StreamWriter {
|
|
class EXPCL_PANDAEXPRESS StreamWriter {
|
|
|
public:
|
|
public:
|
|
|
INLINE StreamWriter(ostream &out);
|
|
INLINE StreamWriter(ostream &out);
|
|
|
|
|
+PUBLISHED:
|
|
|
INLINE StreamWriter(ostream *out);
|
|
INLINE StreamWriter(ostream *out);
|
|
|
INLINE StreamWriter(const StreamWriter ©);
|
|
INLINE StreamWriter(const StreamWriter ©);
|
|
|
INLINE void operator = (const StreamWriter ©);
|
|
INLINE void operator = (const StreamWriter ©);
|