ROSE  0.11.145.0
SgNamespaceSymbol.docs
1 // Documentation for class SgNamespaceSymbol
4 
30 // Documentation for class SgNamespaceSymbol data members
33 
34 /*
35 \var SgNamespaceSymbol::p_name
36 \brief This is the name of the namespace declaration.
37 
38 It is redundently stored for a normal namespace declaration and is different from that
39 of the SgNamespaceDeclarationStatement in the case of a namespace alias declaration.
40 */
41 
42 /*
43 \var SgNamespaceSymbol::p_declaration
44 \brief This pointer is always valid is the declaration of the namespace.
45 
46 */
47 
49 // Documentation for class SgNamespaceSymbol member functions (methods)
51 
52 /*
53  NOT IMPELEMENTED IN C++ SOURCE CODE
54 \fn SgNamespaceSymbol::SgNamespaceSymbol (const SgNamespaceSymbol &X)
55 \brief Copy constructor (made private to prevent being called by accident).
56 */
57