This is the PLAT namespace. More...
Enumerations | |
enum | MyNSType { mntOne, mntTwo, mntThree } |
Functions | |
MyNSType | MyNSFunc1 (PLAT::MyNSType a, MyNSType b,::MyNSType c) |
A simple function declared within a namespace. | |
PLAT::MyNSType | MyNSFunc2 (PLAT::MyNSType a, MyNSType b,::MyNSType c) |
Another simple function declared within a namespace. |
This is the PLAT namespace.
enum PLAT::MyNSType |
A simple enum defined within namespace PLAT.
MyNSType PLAT::MyNSFunc1 | ( | PLAT::MyNSType | a, |
MyNSType | b, | ||
::MyNSType | c | ||
) |
A simple function declared within a namespace.
It has parameters of types PLAT::MyNSType MyNSType and MyNSType .
PLAT::MyNSType PLAT::MyNSFunc2 | ( | PLAT::MyNSType | a, |
MyNSType | b, | ||
::MyNSType | c | ||
) |
Another simple function declared within a namespace.
Detailed description.