|
Algorithms Library Toolkit
A toolkit for algorithms, especially for algorithms on formal languages
|
#include <setComponents.hpp>
Static Public Member Functions | |
| static bool | used (const Derived &object, const ComponentType &element) |
| static bool | available (const Derived &object, const ComponentType &element) |
| static void | valid (const Derived &object, const ComponentType &element) |
Pack of containt check functions for set component
|
static |
Checks whether a concrete element is available in context of the datatype where the set is used
To be implemented by all template instantiations explicitly
| element | to check |
|
static |
Checks whether a concrete element is used in context of the datatype where the set is used
To be implemented by all template instantiations explicitly
| element | to check |
|
static |
Checks whether a concrete element is valid in context of the datatype where the set is used
To be implemented by all template instantiations explicitly
| element | to check |
| CommonException | if the element in any way invalid |