cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | 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

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

Detailed Description

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

Definition at line 31 of file pybind11_tests.h.

Constructor & Destructor Documentation

◆ UserType() [1/2]

UserType::UserType ( )
default

◆ UserType() [2/2]

UserType::UserType ( int  i)
inline

Definition at line 34 of file pybind11_tests.h.

Member Function Documentation

◆ set()

void UserType::set ( int  set)
inline

Definition at line 37 of file pybind11_tests.h.

◆ value()

int UserType::value ( ) const
inline

Definition at line 36 of file pybind11_tests.h.


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