Scarab  v2.9.0
Project 8 C++ Utility Library
Typedefs | Functions | Variables
test_opaque_types.cpp File Reference
#include "pybind11_tests.h"
#include <pybind11/stl.h>
#include <vector>
Include dependency graph for test_opaque_types.cpp:

Go to the source code of this file.

Typedefs

using StringList = std::vector< std::string, std::allocator< std::string > >
 

Functions

 PYBIND11_MAKE_OPAQUE (std::vector< std::string, std::allocator< std::string >>)
 
void test_submodule_opaque_types (py::module &)
 

Variables

test_initializer opaque_types ("opaque_types", test_submodule_opaque_types)
 

Typedef Documentation

◆ StringList

using StringList = std::vector<std::string, std::allocator<std::string> >

Definition at line 21 of file test_opaque_types.cpp.

Function Documentation

◆ PYBIND11_MAKE_OPAQUE()

PYBIND11_MAKE_OPAQUE ( std::vector< std::string, std::allocator< std::string >>  )

◆ test_submodule_opaque_types()

void test_submodule_opaque_types ( py::module m)

Definition at line 23 of file test_opaque_types.cpp.

Variable Documentation

◆ opaque_types

test_initializer opaque_types("opaque_types", test_submodule_opaque_types)