Class SomeOuterClass

Inheritance Relationships

Base Type

Class Documentation

class SomeOuterClass : private arbitrary::BaseClass

A demonstration of inheritance relationships across namespaces for the docs.

Public Functions

inline SomeOuterClass(unsigned int someData)

Pass-through constructor for the arbitrary base.

inline void setData(unsigned int someData)

Sets the data.

inline virtual void virtualMethod()

Does the thing it should do.