![]() |
Dune-Fufem 2.11-git
|
Loading...
Searching...
No Matches
Python::Module::AutoRunCodeStream Class Reference
A stream that executed all python code it is fed with on destruction. More...
#include <dune/fufem/python/module.hh>
Inheritance diagram for Python::Module::AutoRunCodeStream:

Public Member Functions | |
| ~AutoRunCodeStream () | |
| Destructor. | |
| AutoRunCodeStream () | |
| Default constructor. | |
| AutoRunCodeStream (Reference &module) | |
| Default constructor. | |
| AutoRunCodeStream (const AutoRunCodeStream &other) | |
| Copy constructor. | |
| T | bad (T... args) |
| T | clear (T... args) |
| T | copyfmt (T... args) |
| T | eof (T... args) |
| T | exceptions (T... args) |
| T | fail (T... args) |
| T | fill (T... args) |
| T | flags (T... args) |
| T | flush (T... args) |
| T | gcount (T... args) |
| T | get (T... args) |
| T | getline (T... args) |
| T | getloc (T... args) |
| T | good (T... args) |
| T | ignore (T... args) |
| T | imbue (T... args) |
| T | init (T... args) |
| T | iword (T... args) |
| T | move (T... args) |
| T | narrow (T... args) |
| T | operator bool (T... args) |
| T | operator! (T... args) |
| T | operator<< (T... args) |
| T | operator>> (T... args) |
| T | peek (T... args) |
| T | precision (T... args) |
| T | put (T... args) |
| T | putback (T... args) |
| T | pword (T... args) |
| T | rdbuf (T... args) |
| T | rdstate (T... args) |
| T | read (T... args) |
| T | readsome (T... args) |
| T | register_callback (T... args) |
| T | seekg (T... args) |
| T | seekp (T... args) |
| T | set_rdbuf (T... args) |
| T | setf (T... args) |
| T | setstate (T... args) |
| T | str (T... args) |
| T | swap (T... args) |
| T | sync (T... args) |
| T | sync_with_stdio (T... args) |
| T | tellg (T... args) |
| T | tellp (T... args) |
| T | tie (T... args) |
| T | unget (T... args) |
| T | unsetf (T... args) |
| T | widen (T... args) |
| T | width (T... args) |
| T | write (T... args) |
| T | xalloc (T... args) |
Detailed Description
A stream that executed all python code it is fed with on destruction.
This class is not intended to be used directly. It is only a helper class for the runStream() function.
Constructor & Destructor Documentation
◆ ~AutoRunCodeStream()
|
inline |
Destructor.
This will execute the code fed to the stream at once.
◆ AutoRunCodeStream() [1/3]
|
inline |
Default constructor.
◆ AutoRunCodeStream() [2/3]
|
inline |
Default constructor.
◆ AutoRunCodeStream() [3/3]
|
inline |
Copy constructor.
This will not copy the code fed to the copied object to the newly created one in order to avoid unintended multiple execution.
The documentation for this class was generated from the following file:
