#include "DLLInfo.h"
#include <NDEVR/String.h>
#include <NDEVR/ProgressInfo.h>
#include <NDEVR/Resource.h>
#include <NDEVR/Scanner.h>
#include <NDEVR/Buffer.h>
#include <NDEVR/Dictionary.h>
#include <NDEVR/Matrix.h>
#include <stdio.h>
Go to the source code of this file.
|
| class | INIFactory |
| | Contains methods for easily reading and writing to an INI file including efficient casting, callback, and variable storage methods. More...
|
| |
| class | INIOption |
| | A class used with INIFactory to store a reference to an object in the program that can be inherited to provide read and write functionality to the factory. More...
|
| |