Nektar++
|
#include <TestData.h>
Public Attributes | |
fs::path | m_executable |
std::string | m_parameters |
unsigned int | m_processes |
bool | m_pythonTest |
CommandType | m_commandType |
Definition at line 64 of file TestData.h.
CommandType Nektar::Command::m_commandType |
Definition at line 70 of file TestData.h.
Referenced by main(), and Nektar::TestData::ParseCommand().
fs::path Nektar::Command::m_executable |
Definition at line 66 of file TestData.h.
Referenced by main(), and Nektar::TestData::ParseCommand().
std::string Nektar::Command::m_parameters |
Definition at line 67 of file TestData.h.
Referenced by main(), and Nektar::TestData::ParseCommand().
unsigned int Nektar::Command::m_processes |
Definition at line 68 of file TestData.h.
Referenced by main(), and Nektar::TestData::ParseCommand().
bool Nektar::Command::m_pythonTest |
Definition at line 69 of file TestData.h.
Referenced by main(), and Nektar::TestData::ParseCommand().