Public Member Functions | Private Attributes | List of all members
UserType Class Reference

A user-defined type which is exported and can be used by any test. More...

#include <pybind11_tests.h>

Public Member Functions

void set (int set)
 
 UserType ()=default
 
 UserType (int i)
 
int value () const
 

Private Attributes

int i = -1
 

Detailed Description

A user-defined type which is exported and can be used by any test.

Definition at line 30 of file pybind11_tests.h.

Constructor & Destructor Documentation

UserType::UserType ( )
default
UserType::UserType ( int  i)
inline

Definition at line 33 of file pybind11_tests.h.

Member Function Documentation

void UserType::set ( int  set)
inline

Definition at line 36 of file pybind11_tests.h.

int UserType::value ( ) const
inline

Definition at line 35 of file pybind11_tests.h.

Member Data Documentation

int UserType::i = -1
private

Definition at line 39 of file pybind11_tests.h.


The documentation for this class was generated from the following file:


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