D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
doxygen-1.8.5
/
examples
/
Filename :
tag.cpp
back
Copy
/*! A class that is inherited from the external class Test. */ class Tag : public Test { public: /*! an overloaded member. */ void example(); };