cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | List of all members
Base Struct Reference
Inheritance diagram for Base:
DispatchIssue

Public Member Functions

virtual std::string dispatch () const
 
virtual ~Base ()=default
 
 Base ()=default
 
 Base (const Base &)=delete
 

Detailed Description

Definition at line 152 of file test_virtual_functions.cpp.

Constructor & Destructor Documentation

◆ ~Base()

virtual Base::~Base ( )
virtualdefault

◆ Base() [1/2]

Base::Base ( )
default

◆ Base() [2/2]

Base::Base ( const Base )
delete

Member Function Documentation

◆ dispatch()

virtual std::string Base::dispatch ( ) const
inlinevirtual

Reimplemented in DispatchIssue.

Definition at line 154 of file test_virtual_functions.cpp.


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