μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
pets::Pet Class Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11-python2/tests/local_bindings.h>

Public Member Functions

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

Public Attributes

std::string name_
 

Detailed Description

Definition at line 77 of file local_bindings.h.

Constructor & Destructor Documentation

◆ Pet() [1/2]

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

Definition at line 79 of file local_bindings.h.

◆ Pet() [2/2]

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

Definition at line 79 of file local_bindings.h.

Member Function Documentation

◆ name() [1/2]

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

Definition at line 81 of file local_bindings.h.

References name_.

Referenced by PYBIND11_MODULE(), and TEST_SUBMODULE().

◆ name() [2/2]

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

Definition at line 81 of file local_bindings.h.

References name_.

Member Data Documentation

◆ name_

std::string pets::Pet::name_

Definition at line 80 of file local_bindings.h.

Referenced by name().


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