|
| TupleParser (PyObject *args, int num_args=-1) |
|
void | parse (bool &x, const std::string ¶m_name) |
|
void | parse (int &x, const std::string ¶m_name) |
|
void | parse (double &x, const std::string ¶m_name) |
|
void | parse (std::vector< int > &x, const std::string ¶m_name) |
|
void | parse (std::string &x, const std::string ¶m_name) |
|
|
std::runtime_error | invalid_type (const std::string &expected, const std::string ¶m_name) |
|
PyObject * | next_arg () |
|
Definition at line 10 of file tuple_parser.h.
The documentation for this struct was generated from the following files: