Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
test.cpp
Go to the documentation of this file.
1
namespace
a
{
int
x
; }
2
namespace
b
{
using namespace
a
;}
3
using namespace
b
;
4
void
f
() {
x
=2;}
b
Definition:
test.cpp:2
a
Definition:
test.cpp:1
a::x
int x
Definition:
test.cpp:1
f
void f()
Definition:
test.cpp:4
test.cpp
Generated on Tue Dec 1 2015 18:20:05 by
1.8.9.1