Scarab  2.8.1
Project 8 C++ Utility Library
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ExampleMandA Class Reference

Public Member Functions

 ExampleMandA ()
 
 ExampleMandA (int value)
 
 ExampleMandA (const ExampleMandA &e)
 
 ExampleMandA (ExampleMandA &&e)
 
 ~ExampleMandA ()
 
std::string toString ()
 
void operator= (const ExampleMandA &e)
 
void operator= (ExampleMandA &&e)
 
void add1 (ExampleMandA other)
 
void add2 (ExampleMandA &other)
 
void add3 (const ExampleMandA &other)
 
void add4 (ExampleMandA *other)
 
void add5 (const ExampleMandA *other)
 
void add6 (int other)
 
void add7 (int &other)
 
void add8 (const int &other)
 
void add9 (int *other)
 
void add10 (const int *other)
 
ExampleMandA self1 ()
 
ExampleMandAself2 ()
 
const ExampleMandAself3 ()
 
ExampleMandAself4 ()
 
const ExampleMandAself5 ()
 
int internal1 ()
 
int & internal2 ()
 
const int & internal3 ()
 
int * internal4 ()
 
const int * internal5 ()
 
py::str overloaded ()
 
py::str overloaded (int)
 
py::str overloaded (int, float)
 
py::str overloaded (float, int)
 
py::str overloaded (int, int)
 
py::str overloaded (float, float)
 
py::str overloaded (int) const
 
py::str overloaded (int, float) const
 
py::str overloaded (float, int) const
 
py::str overloaded (int, int) const
 
py::str overloaded (float, float) const
 

Static Public Member Functions

static py::str overloaded (float)
 

Public Attributes

int value = 0
 

Detailed Description

Definition at line 19 of file test_methods_and_attributes.cpp.

Constructor & Destructor Documentation

◆ ExampleMandA() [1/4]

ExampleMandA ( )
inline

Definition at line 21 of file test_methods_and_attributes.cpp.

◆ ExampleMandA() [2/4]

ExampleMandA ( int  value)
inline

Definition at line 22 of file test_methods_and_attributes.cpp.

◆ ExampleMandA() [3/4]

ExampleMandA ( const ExampleMandA e)
inline

Definition at line 23 of file test_methods_and_attributes.cpp.

◆ ExampleMandA() [4/4]

ExampleMandA ( ExampleMandA &&  e)
inline

Definition at line 24 of file test_methods_and_attributes.cpp.

◆ ~ExampleMandA()

~ExampleMandA ( )
inline

Definition at line 25 of file test_methods_and_attributes.cpp.

Member Function Documentation

◆ add1()

void add1 ( ExampleMandA  other)
inline

Definition at line 34 of file test_methods_and_attributes.cpp.

◆ add10()

void add10 ( const int *  other)
inline

Definition at line 44 of file test_methods_and_attributes.cpp.

◆ add2()

void add2 ( ExampleMandA other)
inline

Definition at line 35 of file test_methods_and_attributes.cpp.

◆ add3()

void add3 ( const ExampleMandA other)
inline

Definition at line 36 of file test_methods_and_attributes.cpp.

◆ add4()

void add4 ( ExampleMandA other)
inline

Definition at line 37 of file test_methods_and_attributes.cpp.

◆ add5()

void add5 ( const ExampleMandA other)
inline

Definition at line 38 of file test_methods_and_attributes.cpp.

◆ add6()

void add6 ( int  other)
inline

Definition at line 40 of file test_methods_and_attributes.cpp.

◆ add7()

void add7 ( int &  other)
inline

Definition at line 41 of file test_methods_and_attributes.cpp.

◆ add8()

void add8 ( const int &  other)
inline

Definition at line 42 of file test_methods_and_attributes.cpp.

◆ add9()

void add9 ( int *  other)
inline

Definition at line 43 of file test_methods_and_attributes.cpp.

◆ internal1()

int internal1 ( )
inline

Definition at line 52 of file test_methods_and_attributes.cpp.

◆ internal2()

int& internal2 ( )
inline

Definition at line 53 of file test_methods_and_attributes.cpp.

◆ internal3()

const int& internal3 ( )
inline

Definition at line 54 of file test_methods_and_attributes.cpp.

◆ internal4()

int* internal4 ( )
inline

Definition at line 55 of file test_methods_and_attributes.cpp.

◆ internal5()

const int* internal5 ( )
inline

Definition at line 56 of file test_methods_and_attributes.cpp.

◆ operator=() [1/2]

void operator= ( const ExampleMandA e)
inline

Definition at line 31 of file test_methods_and_attributes.cpp.

◆ operator=() [2/2]

void operator= ( ExampleMandA &&  e)
inline

Definition at line 32 of file test_methods_and_attributes.cpp.

◆ overloaded() [1/12]

py::str overloaded ( )
inline

Definition at line 58 of file test_methods_and_attributes.cpp.

◆ overloaded() [2/12]

py::str overloaded ( int  )
inline

Definition at line 59 of file test_methods_and_attributes.cpp.

◆ overloaded() [3/12]

py::str overloaded ( int  ,
float   
)
inline

Definition at line 60 of file test_methods_and_attributes.cpp.

◆ overloaded() [4/12]

py::str overloaded ( float  ,
int   
)
inline

Definition at line 61 of file test_methods_and_attributes.cpp.

◆ overloaded() [5/12]

py::str overloaded ( int  ,
int   
)
inline

Definition at line 62 of file test_methods_and_attributes.cpp.

◆ overloaded() [6/12]

py::str overloaded ( float  ,
float   
)
inline

Definition at line 63 of file test_methods_and_attributes.cpp.

◆ overloaded() [7/12]

py::str overloaded ( int  ) const
inline

Definition at line 64 of file test_methods_and_attributes.cpp.

◆ overloaded() [8/12]

py::str overloaded ( int  ,
float   
) const
inline

Definition at line 65 of file test_methods_and_attributes.cpp.

◆ overloaded() [9/12]

py::str overloaded ( float  ,
int   
) const
inline

Definition at line 66 of file test_methods_and_attributes.cpp.

◆ overloaded() [10/12]

py::str overloaded ( int  ,
int   
) const
inline

Definition at line 67 of file test_methods_and_attributes.cpp.

◆ overloaded() [11/12]

py::str overloaded ( float  ,
float   
) const
inline

Definition at line 68 of file test_methods_and_attributes.cpp.

◆ overloaded() [12/12]

static py::str overloaded ( float  )
inlinestatic

Definition at line 70 of file test_methods_and_attributes.cpp.

◆ self1()

ExampleMandA self1 ( )
inline

Definition at line 46 of file test_methods_and_attributes.cpp.

◆ self2()

ExampleMandA& self2 ( )
inline

Definition at line 47 of file test_methods_and_attributes.cpp.

◆ self3()

const ExampleMandA& self3 ( )
inline

Definition at line 48 of file test_methods_and_attributes.cpp.

◆ self4()

ExampleMandA* self4 ( )
inline

Definition at line 49 of file test_methods_and_attributes.cpp.

◆ self5()

const ExampleMandA* self5 ( )
inline

Definition at line 50 of file test_methods_and_attributes.cpp.

◆ toString()

std::string toString ( )
inline

Definition at line 27 of file test_methods_and_attributes.cpp.

Member Data Documentation

◆ value

int value = 0

Definition at line 72 of file test_methods_and_attributes.cpp.


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