My Project
Main Page
Related Pages
Namespaces
Files
File List
File Members
All
Namespaces
Files
Functions
Enumerations
Enumerator
Pages
nstest.h
Go to the documentation of this file.
1
9
namespace
PLAT {
10
12
enum
MyNSType
{
13
mntOne
,
14
mntTwo
,
15
mntThree
16
};
17
32
MyNSType
MyNSFunc1
(
PLAT::MyNSType
a,
MyNSType
b, ::
MyNSType
c);
33
39
PLAT::MyNSType
MyNSFunc2
(
PLAT::MyNSType
a,
MyNSType
b, ::
MyNSType
c);
40
}
41
43
enum
MyGlobalType
{
44
mgtOne
,
45
mgtTwo
,
46
mgtThree
47
};
48
58
MyGlobalType
MyGlobalFunc1
(
MyGlobalType
a, ::
MyGlobalType
b);
59
65
::MyGlobalType
MyGlobalFunc2
(
MyGlobalType
a, ::
MyGlobalType
b);
Generated on Thu Jul 12 2012 12:22:36 for My Project by
1.8.1.1