Container Class
Container objects are always defined at the top-level of the Listener
using the lookupContainer constructor.
Once created, Containers may be used to logically group subordinate Event
and/or Meter objects, which are created through
the use of the lookupEvent or lookupMeter
member functions, respectively.
- 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
- Accumulator Class
- Event Class
- Listener Class
- Meter Class