Public Member Functions | Static Public Member Functions | Public Attributes

Wizt::GridObject Class Reference
[The VISH - Fiber Bundle Interface]

Base class for objects that provide Grid objects extracted from Bundle objects. More...

#include <GridObject.hpp>

List of all members.

Public Member Functions

Static Public Member Functions

Public Attributes


Detailed Description

Base class for objects that provide Grid objects extracted from Bundle objects.

Note:
Reminder on virtual base classes: The order of execution of construction and destruction are mirror images of each other. When a class is constructed, the order of initialization is always the same: the virtual base class subobjects first ("in the order they appear on a depth-first left-to-right traversal of the directed acyclic graph of base classes," according to the standard), followed by the immediate base classes in the order of their appearance on the base-list in the class's definition, followed by the non-static data members of the class, in the order of their declaration, followed by the body of the constructor.