Return the namespace that contains the methods of this class.
| 323 | |
| 324 | /// Return the namespace that contains the methods of this class. |
| 325 | Namespace* getNameSpace() const { return mNamespace; } |
| 326 | |
| 327 | /// Return the AbstractClassRep of the class that this class is derived from. |
| 328 | AbstractClassRep* getParentClass() const { return parentClass; } |
no outgoing calls