mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
added output and write
This commit is contained in:
parent
23f8c497cb
commit
feb4266c44
@ -75,6 +75,9 @@ PUBLISHED:
|
|||||||
INLINE const Datagram &get_datagram() const;
|
INLINE const Datagram &get_datagram() const;
|
||||||
INLINE size_t get_current_index() const;
|
INLINE size_t get_current_index() const;
|
||||||
|
|
||||||
|
void output(ostream &out) const;
|
||||||
|
void write(ostream &out, unsigned int indent=0) const;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
const Datagram *_datagram;
|
const Datagram *_datagram;
|
||||||
size_t _current_index;
|
size_t _current_index;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user