|
Open Babel
3.0
|
#include <obconversion.h>
Public Member Functions | |
| StreamState () | |
| ~StreamState () | |
| void | pushInput (OBConversion &conv) |
| void | popInput (OBConversion &conv) |
| void | pushOutput (OBConversion &conv) |
| void | popOutput (OBConversion &conv) |
| bool | isSet () const |
Public Attributes | |
| std::ios * | pStream |
| std::vector< std::ios * > | ownedStreams |
|
inline |
|
inline |
| void pushInput | ( | OBConversion & | conv | ) |
Referenced by OBConversion::Convert().
| void popInput | ( | OBConversion & | conv | ) |
Referenced by OBConversion::Convert().
| void pushOutput | ( | OBConversion & | conv | ) |
Referenced by OBConversion::Convert(), and OBConversion::WriteString().
| void popOutput | ( | OBConversion & | conv | ) |
Referenced by OBConversion::Convert(), and OBConversion::WriteString().
|
inline |
Referenced by OBConversion::Convert().
| std::ios* pStream |
| std::vector<std::ios *> ownedStreams |
1.8.13