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

Static Public Member Functions

static std::string static_func2 ()
 

Static Public Attributes

static int static_value2 = 2
 

Detailed Description

Definition at line 29 of file test_multiple_inheritance.cpp.

Member Function Documentation

◆ static_func2()

static std::string WithStatic2::static_func2 ( )
inlinestatic

Definition at line 30 of file test_multiple_inheritance.cpp.

Member Data Documentation

◆ static_value2

int WithStatic2::static_value2 = 2
static

Definition at line 31 of file test_multiple_inheritance.cpp.


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