
Go to the source code of this file.
| Classes | |
| struct | Third | 
| Functions | |
| void | aga (int id, int par) | 
| void | first (int id) | 
| int | main (int argc, char **argv) | 
| void | mmm (int id, const std::string &s) | 
| void | ugu (int id, Third &t) | 
| void aga | ( | int | id, | 
| int | par | ||
| ) | 
Definition at line 11 of file example.cpp.
| void first | ( | int | id | ) | 
Definition at line 7 of file example.cpp.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 32 of file example.cpp.
| void mmm | ( | int | id, | 
| const std::string & | s | ||
| ) | 
Definition at line 23 of file example.cpp.
| void ugu | ( | int | id, | 
| Third & | t | ||
| ) | 
Definition at line 27 of file example.cpp.