cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | List of all members
BaseN< N > Struct Template Reference

Public Member Functions

 BaseN (int i)
 

Public Attributes

int i
 

Detailed Description

template<int N>
struct BaseN< N >

Definition at line 16 of file test_multiple_inheritance.cpp.

Constructor & Destructor Documentation

◆ BaseN()

template<int N>
BaseN< N >::BaseN ( int  i)
inline

Definition at line 17 of file test_multiple_inheritance.cpp.

Member Data Documentation

◆ i

template<int N>
int BaseN< N >::i

Definition at line 18 of file test_multiple_inheritance.cpp.


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