Classes | Macros
pybind11_tests.h File Reference
#include <pybind11/pybind11.h>
Include dependency graph for pybind11_tests.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IncType
 Like UserType, but increments value on copy for quick reference vs. copy tests. More...
 
struct  RValueCaster
 
class  test_initializer
 
class  type_caster< RValueCaster >
 
struct  UnregisteredType
 Dummy type which is not exported anywhere – something to trigger a conversion error. More...
 
class  UserType
 A user-defined type which is exported and can be used by any test. More...
 

Macros

#define TEST_SUBMODULE(name, variable)
 

Macro Definition Documentation

#define TEST_SUBMODULE (   name,
  variable 
)
Value:
void test_submodule_##name(py::module &); \
test_initializer name(#name, test_submodule_##name); \
void test_submodule_##name(py::module &variable)
module_ module
Definition: pybind11.h:943
Annotation for function names.
Definition: attr.h:36

Definition at line 20 of file pybind11_tests.h.



gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:33