Loading [MathJax]/extensions/tex2jax.js
Chemical Data Processing Library Python API - Version 1.3.0
All Classes Namespaces Functions Variables Pages
Classes | List of all members
CDPL.Base.IOStream Class Reference
+ Inheritance diagram for CDPL.Base.IOStream:

Classes

class  OpenMode
 

Additional Inherited Members

- Public Member Functions inherited from CDPL.Base.IStream
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
- Public Member Functions inherited from CDPL.Base.OStream
int getObjectID ()
 Returns the numeric identifier (ID) of the wrapped C++ class instance. More...
 
- Static Public Attributes inherited from CDPL.Base.IStream
 STD_IN = \brief The standard input stream of the current process.
 The standard input stream of the current process.
 
- Static Public Attributes inherited from CDPL.Base.OStream
 STD_OUT = \brief The standard output stream of the current process.
 The standard output stream of the current process.
 
 STD_ERR = \brief The standard error stream of the current process.
 The standard error stream of the current process.
 
- Properties inherited from CDPL.Base.IStream
 objectID = property(getObjectID)
 
- Properties inherited from CDPL.Base.OStream
 objectID = property(getObjectID)