Anklang C++ API 0.0.0
Loading...
Searching...
No Matches
Derived
Inheritance diagram for Derived:
[legend]

Public Types

usingPair = std::pair< int, BaseP >

Public Member Functions

voiddefaults (bool a1=true, ErrorType a2=ErrorType::FATAL, std::string a3=std::string("a3"), signed a4=-4, float a5=-0.5, const char *a6="a6", double a7=0.7, size_t a8=8, Copyable *a9=nullptr, Base *b=nullptr)
Derived (const std::string &name)
voiddummy0 ()
booldummy1 (bool b)
Pairdummy2 (std::string s, int i)
size_tdummy3 (Derived &d) const
booldummy4 (float f, std::string s, long l)
voiddummy5 (const char *c, double d, Pair p)
std::stringdummy6 (int, const std::string &)
Derived *dummy7 ()
Derived &dummy8 ()
Deriveddummy9 ()
- Public Member Functions inherited from Base
Base ()=default
Base (const Base &)=default
voidneed_copyablep (std::shared_ptr< Copyable > cp)
virtual~Base ()
- Public Member Functions inherited from Base2
Base2 ()=default
Base2 (const Base2 &)=default
Copyablerandomize ()
virtual~Base2 ()

Static Public Member Functions

template<class C >
static voidset_d (C &c)

Public Attributes

const std::stringname_

Member Typedef Documentation

Pair

using Pair = std::pair<int, BaseP>

Constructor & Destructor Documentation

Derived()

Derived ( const std::string & name)

Member Function Documentation

dummy0()

void dummy0 ( )

dummy1()

bool dummy1 ( bool b)

dummy2()

Pair dummy2 ( std::string s,
int i
)

dummy3()

size_t dummy3 ( Derived & d) const

dummy4()

bool dummy4 ( float f,
std::string s,
long l
)

dummy5()

void dummy5 ( const char * c,
double d,
Pair p
)

dummy6()

std::string dummy6 ( int ,
const std::string &
)

dummy7()

Derived * dummy7 ( )

dummy8()

Derived & dummy8 ( )

dummy9()

Derived dummy9 ( )

defaults()

void defaults ( bool a1 = true,
ErrorType a2 = ErrorType::FATAL,
std::string a3 = std::string ("a3"),
signed a4 = -4,
float a5 = -0.5,
const char * a6 = "a6",
double a7 = 0.7,
size_t a8 = 8,
Copyable * a9 = nullptr,
Base * b = nullptr
)

set_d()

template<class C >
static void set_d ( C & c)
static

Member Data Documentation

name_

const std::string name_