cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Static Public Member Functions | Static Public Attributes | List of all members
WithStatic1 Struct Reference
Inheritance diagram for WithStatic1:
VanillaStaticMix1 VanillaStaticMix2

Static Public Member Functions

static std::string static_func1 ()
 

Static Public Attributes

static int static_value1 = 1
 

Detailed Description

Definition at line 25 of file test_multiple_inheritance.cpp.

Member Function Documentation

◆ static_func1()

static std::string WithStatic1::static_func1 ( )
inlinestatic

Definition at line 26 of file test_multiple_inheritance.cpp.

Member Data Documentation

◆ static_value1

int WithStatic1::static_value1 = 1
static

Definition at line 27 of file test_multiple_inheritance.cpp.


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