#include <CaDesigner.h>
This container acts really as a set. It means each object's value can be stored only once in this container.
Definition at line 229 of file CaDesigner.h.
Public Member Functions | |
| GaCaRulesSet () | |
| ~GaCaRulesSet () | |
| size_t | size () const |
| Return count of objects stored in the container. | |
| void | add (GaCaRules *rules) |
| Add GaCaRules object to the container. | |
| void | clear () |
| Remove all bojects from container and destroy them. | |
Private Attributes | |
| Private * | d |
| GaCaRulesSet | ( | ) |
Definition at line 476 of file CaDesigner.cpp.
| ~GaCaRulesSet | ( | ) |
Definition at line 481 of file CaDesigner.cpp.
References clear().

| size_t size | ( | ) | const |
| void add | ( | GaCaRules * | rules | ) |
Add GaCaRules object to the container.
The object is not added to container if there is already object with the same value.
| rules | GaCaRules object ought to be added. |
Definition at line 490 of file CaDesigner.cpp.
| void clear | ( | ) |
Remove all bojects from container and destroy them.
Definition at line 494 of file CaDesigner.cpp.
Referenced by ~GaCaRulesSet().

Private* d [private] |
Definition at line 256 of file CaDesigner.h.
1.5.4