#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/include/pybind11/options.h>
Classes | |
struct | state |
Public Member Functions | |
options () | |
options (const options &)=delete | |
options & | operator= (const options &)=delete |
~options () | |
options & | disable_user_defined_docstrings () & |
options & | enable_user_defined_docstrings () & |
options & | disable_function_signatures () & |
options & | enable_function_signatures () & |
void * | operator new (size_t)=delete |
options () | |
options (const options &)=delete | |
options & | operator= (const options &)=delete |
~options () | |
options & | disable_user_defined_docstrings () & |
options & | enable_user_defined_docstrings () & |
options & | disable_function_signatures () & |
options & | enable_function_signatures () & |
options & | disable_enum_members_docstring () & |
options & | enable_enum_members_docstring () & |
void * | operator new (size_t)=delete |
Static Public Member Functions | |
static bool | show_user_defined_docstrings () |
static bool | show_function_signatures () |
static bool | show_user_defined_docstrings () |
static bool | show_function_signatures () |
static bool | show_enum_members_docstring () |
Static Private Member Functions | |
static state & | global_state () |
static state & | global_state () |
Private Attributes | |
state | previous_state |
|
delete |
|
delete |
|
inline |
Definition at line 26 of file options.h.
References global_state(), and previous_state.
|
inline |
Definition at line 50 of file options.h.
References global_state(), and options::state::show_enum_members_docstring.
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 40 of file options.h.
References show_function_signatures().
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 40 of file options.h.
References global_state(), and options::state::show_function_signatures.
|
inline |
Definition at line 30 of file options.h.
References show_user_defined_docstrings().
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 30 of file options.h.
References global_state(), and options::state::show_user_defined_docstrings.
|
inline |
Definition at line 55 of file options.h.
References global_state(), and options::state::show_enum_members_docstring.
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 45 of file options.h.
References show_function_signatures().
Referenced by TEST_SUBMODULE().
|
inline |
Definition at line 45 of file options.h.
References global_state(), and options::state::show_function_signatures.
|
inline |
Definition at line 35 of file options.h.
References show_user_defined_docstrings().
|
inline |
Definition at line 35 of file options.h.
References global_state(), and options::state::show_user_defined_docstrings.
|
inlinestaticprivate |
Definition at line 68 of file options.h.
Referenced by disable_enum_members_docstring(), disable_function_signatures(), disable_user_defined_docstrings(), enable_enum_members_docstring(), enable_function_signatures(), enable_user_defined_docstrings(), show_enum_members_docstring(), show_function_signatures(), show_user_defined_docstrings(), and ~options().
|
inlinestaticprivate |
|
delete |
|
delete |
|
inlinestatic |
Definition at line 68 of file options.h.
References global_state(), and options::state::show_enum_members_docstring.
Referenced by enum_base::init().
|
inlinestatic |
Definition at line 56 of file options.h.
Referenced by disable_function_signatures(), enable_function_signatures(), and cpp_function::initialize_generic().
|
inlinestatic |
Definition at line 66 of file options.h.
References global_state(), and options::state::show_function_signatures.
|
inlinestatic |
Definition at line 52 of file options.h.
Referenced by module_::create_extension_module(), module_::def_submodule(), disable_user_defined_docstrings(), enable_user_defined_docstrings(), cpp_function::initialize_generic(), and make_new_python_type().
|
inlinestatic |
Definition at line 62 of file options.h.
References global_state(), and options::state::show_user_defined_docstrings.
|
private |
Definition at line 73 of file options.h.
Referenced by ~options().