cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | List of all members
pets::Pet Class Reference

#include <local_bindings.h>

Public Member Functions

 Pet (std::string name)
 
const std::string & name ()
 

Public Attributes

std::string name_
 

Detailed Description

Definition at line 55 of file local_bindings.h.

Constructor & Destructor Documentation

◆ Pet()

pets::Pet::Pet ( std::string  name)
inline

Definition at line 57 of file local_bindings.h.

Member Function Documentation

◆ name()

const std::string& pets::Pet::name ( )
inline

Definition at line 59 of file local_bindings.h.

Member Data Documentation

◆ name_

std::string pets::Pet::name_

Definition at line 58 of file local_bindings.h.


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