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