C++ Library Extensions 2022.12.09
To help learn modern C++ programming
031-constructor.cpp File Reference
#include <tpf_output.hpp>
Include dependency graph for 031-constructor.cpp:

Go to the source code of this file.

Functions

int which_func (const char *name)
 
void which_is_called_first (int a, int b)
 
void test_which_called_first ()
 
int main ()
 

Variables

tpf::sstream stream
 
auto endl = tpf::endl
 

Function Documentation

◆ main()

int main ( )

Definition at line 23 of file 031-constructor.cpp.

Here is the call graph for this function:

◆ test_which_called_first()

void test_which_called_first ( )

Definition at line 18 of file 031-constructor.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ which_func()

int which_func ( const char *  name)

Definition at line 7 of file 031-constructor.cpp.

Here is the caller graph for this function:

◆ which_is_called_first()

void which_is_called_first ( int  a,
int  b 
)

Definition at line 13 of file 031-constructor.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ endl

auto endl = tpf::endl

Definition at line 5 of file 031-constructor.cpp.

◆ stream

tpf::sstream stream

Definition at line 4 of file 031-constructor.cpp.