ostream
from panda3d.core import ostream
- class ostream
Bases:
basic_ios_char
Inheritance diagram
- __init__(*args, **kwargs)
- flush()
C++ Interface: flush(const ostream self)
- put()
C++ Interface: put(const ostream self, char c)
- seekp()
C++ Interface: seekp(const ostream self, long pos) seekp(const ostream self, long off, int dir)
- tellp()
C++ Interface: tellp(const ostream self)
- upcastToBasicIosChar()
C++ Interface: upcast_to_basic_ios_char(const ostream self)
upcast from ostream to basic_ios< char >
- upcast_to_basic_ios_char()
C++ Interface: upcast_to_basic_ios_char(const ostream self)
upcast from ostream to basic_ios< char >
- write()
C++ Interface: write(const ostream self, object b)
- writelines()
C++ Interface: writelines(const ostream self, object lines)