Container Class

Container objects are always defined at the top level of the Listener using the lookupContainer constructor. After creation, Containers can be used to logically group subordinate Event along with Meter objects, which are created by using the lookupEvent or lookupMeter member functions.

Constructor

lookupContainer
Creates a Container object at the top level of the Listener.

Member Functions

lookupEvent
Creates a subordinate Event object of the Container for the Listener, the member functions of which can be used to create subordinate Accumulator objects.
lookupMeter
Creates a subordinate Meter object of the Container for the Listener.

See Also