#include <test_cpp_conduit_traveler_types.h>

| Public Member Functions | |
| PremiumTraveler (const std::string &luggage, int points) | |
|  Public Member Functions inherited from pybind11_tests::test_cpp_conduit::Traveler | |
| Traveler (const std::string &luggage) | |
| Public Attributes | |
| int | points | 
|  Public Attributes inherited from pybind11_tests::test_cpp_conduit::Traveler | |
| std::string | luggage | 
Definition at line 15 of file test_cpp_conduit_traveler_types.h.
| 
 | inlineexplicit | 
Definition at line 16 of file test_cpp_conduit_traveler_types.h.
| int pybind11_tests::test_cpp_conduit::PremiumTraveler::points | 
Definition at line 18 of file test_cpp_conduit_traveler_types.h.