Struct deeper_namespace_testing

Nested Relationships

Nested Types

Struct Documentation

struct deeper_namespace_testing

This struct needs to appear in the class hierarchy.

Public Functions

inline deeper_namespace_testing(double _d)

The only constructor.

Public Members

double d

This is a member double.

struct nested_struct

This struct will also be in the class hierarchy.

Furthermore, this class should also only show up on the fifth namespace page, and none of its parents.

Public Functions

inline nested_struct(float _f)

A nested struct constructor…

Public Members

float f

This is a member float.