cleanCppProject  0.2.0
SomeClass Class Reference

SomeClass description. More...

#include <SomeClass.h>

Inheritance diagram for SomeClass:
Inheritance graph
Collaboration diagram for SomeClass:
Collaboration graph

Public Member Functions

 SomeClass ()
 Creates empty SomeClass. More...
 
 ~SomeClass ()
 
void set (int x)
 Sets the value. More...
 
int get ()
 get the value More...
 
- Public Member Functions inherited from BaseClass
 BaseClass ()
 
 ~BaseClass ()
 
void freePtr ()
 

Private Attributes

int mVal {0}
 Stores the value. More...
 
std::vector< DatamData
 
std::vector< std::string > mStrings
 
DatamParent
 

Additional Inherited Members

- Public Attributes inherited from BaseClass
int * mPointer
 

Detailed Description

SomeClass description.

This is a test class ment to show how to create, build, use and document classes from other files.

Warning
beware, this is how warning looks like.

Definition at line 51 of file SomeClass.h.

Constructor & Destructor Documentation

SomeClass::SomeClass ( )

Creates empty SomeClass.

Definition at line 5 of file SomeClass.cpp.

SomeClass::~SomeClass ( )

Definition at line 9 of file SomeClass.cpp.

Member Function Documentation

int SomeClass::get ( )

get the value

Returns
current value

Definition at line 18 of file SomeClass.cpp.

References get(), mVal, and set().

Referenced by get(), and main().

Here is the call graph for this function:

Here is the caller graph for this function:

void SomeClass::set ( int  x)

Sets the value.

Parameters
xinput value

Definition at line 13 of file SomeClass.cpp.

References mVal.

Referenced by get(), and main().

Here is the caller graph for this function:

Member Data Documentation

std::vector<Data> SomeClass::mData
private

Definition at line 54 of file SomeClass.h.

Data* SomeClass::mParent
private

Definition at line 56 of file SomeClass.h.

std::vector<std::string> SomeClass::mStrings
private

Definition at line 55 of file SomeClass.h.

int SomeClass::mVal {0}
private

Stores the value.

Definition at line 53 of file SomeClass.h.

Referenced by get(), and set().


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