cppyabm
1.0.17
An agent-based library to integrate C++ and Python
|
|
Go to the documentation of this file.
20 options() : previous_state(global_state()) {}
28 global_state() = previous_state;
53 bool show_user_defined_docstrings =
true;
54 bool show_function_signatures =
true;
57 static state &global_state() {
options & operator=(const options &)=delete
#define PYBIND11_NAMESPACE_BEGIN(name)
#define PYBIND11_NAMESPACE_END(name)
#define PYBIND11_NAMESPACE
options & disable_function_signatures() &
The 'instance' type which needs to be standard layout (need to be able to use 'offsetof')
options & enable_function_signatures() &
options(const options &)=delete
options & disable_user_defined_docstrings() &
options & enable_user_defined_docstrings() &
static bool show_function_signatures()
static bool show_user_defined_docstrings()