mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -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 size_t get_current_index() const;
|
||||
|
||||
void output(ostream &out) const;
|
||||
void write(ostream &out, unsigned int indent=0) const;
|
||||
|
||||
private:
|
||||
const Datagram *_datagram;
|
||||
size_t _current_index;
|
||||
|
Loading…
x
Reference in New Issue
Block a user