Constructors
Declared in <baltzo_datafileloader.h>
Create an unconfigured data-file loader.
DataFileLoader();
» more...
Create an unconfigured data-file loader using the specified allocator to supply memory.
explicit
DataFileLoader(allocator_type const& allocator);
» more...
| Name | Description |
|---|---|
| allocator | allocator used to supply memory |