#include <TypedFieldCheck.h>
Static Public Member Functions | |
| static void | checkTemplateArguments () |
| Check that the template arguments are on the correct form, i.e. | |
| static void | checkType (Field *f, int index) |
| Check that a field is of the correct type. | |
It defines that there can be an unlimited number of routes of the type given to the template. An AnyNumber template can contain Field types, Any <> template and Types <> template instantiations.
|
|||||||||
|
Check that the template arguments are on the correct form, i.e. only contains the a single type or valid Any <> template or Types <> template instantiations.
|
|
||||||||||||||||
|
Check that a field is of the correct type.
|
1.4.5