Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

DC_DummyDataPool Class Reference

#include <DC_DummyDataPool.h>

Inheritance diagram for DC_DummyDataPool:

DC_BasicDataPool DataPool CC_RootObject List of all members.

Detailed Description

Default component implementing a dummy data pool.

A dummy data pool is a basic data pool that can hold only one single integer-valued data pool item. The value of this single data pool item is initialized to zero. This data pool is useful for testing purposes as a placeholder for components of type DataPool.

Author:
Alessandro Pasetti (P&P Software)
Version:
1.0

Definition at line 28 of file DC_DummyDataPool.h.

Public Member Functions

 DC_DummyDataPool (void)
 Instantiate a dummy data pool component.


Constructor & Destructor Documentation

DC_DummyDataPool::DC_DummyDataPool void   ) 
 

Instantiate a dummy data pool component.

The class identifier is set. The size of the data pool is set to the size of an instance of type TD_Integer and the value of the single item in the data pool is initialized to zero.

Definition at line 16 of file DC_DummyDataPool.cpp.


The documentation for this class was generated from the following files:
Copyright 2003 P&P Software GmbH - All Rights Reserved