JustCpp
Repo wih C++ stuff
Loading...
Searching...
No Matches
StaticMemberClass Class Reference

#include <oop.hpp>

Collaboration diagram for StaticMemberClass:

Public Member Functions

int getValue (void)
 
void changeValue (int value)
 

Static Private Attributes

static int integer = 16
 

Member Function Documentation

◆ changeValue()

void StaticMemberClass::changeValue ( int value)
Here is the caller graph for this function:

◆ getValue()

int StaticMemberClass::getValue ( void )
Here is the caller graph for this function:

Member Data Documentation

◆ integer

int StaticMemberClass::integer = 16
inlinestaticprivate

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