Class ModelArrayStore

Nested Relationships

Nested Types

Class Documentation

class ModelArrayStore

Public Functions

bool checkAllRegistered() const

Checks that all known fields have been properly registered with an Accessor that provided the constructor arguments.

The purpose of this function is to detect a faulty initialization early. The results can be ignored and may not indicate that the program does not work. However, a field that was not properly registered is just default constructed and may have an unexpected type or size that can cause subtle bugs later on. If a field is not used, it should not be registered at all.

Returns:

True iff all fields are properly registered.