|
Nektar++
|
Helper structure to construct C++ command line argc and argv variables from a Python list.
More...
#include <NekPyConfig.hpp>
Public Member Functions | |
| PyCppCommandLine (py::list &py_argv) | |
| Constructor. | |
Public Member Functions inherited from Nektar::LibUtilities::CppCommandLine | |
| CppCommandLine ()=default | |
| CppCommandLine (std::vector< std::string > argv) | |
| Constructor. | |
| ~CppCommandLine () | |
| Destructor. | |
| char ** | GetArgv () |
Returns the constructed argv. | |
| int | GetArgc () |
Returns the constructed argc. | |
Additional Inherited Members | |
Protected Member Functions inherited from Nektar::LibUtilities::CppCommandLine | |
| void | Setup (std::vector< std::string > &argv) |
Helper structure to construct C++ command line argc and argv variables from a Python list.
Definition at line 90 of file NekPyConfig.hpp.
|
inline |
Constructor.
| py_argv | List of command line arguments from Python. |
Definition at line 97 of file NekPyConfig.hpp.
References Nektar::LibUtilities::CppCommandLine::Setup().