API Documentation
Loading...
Searching...
No Matches
ApplicationOptions.h File Reference
#include "DLLInfo.h"
#include <NDEVR/String.h>
#include <NDEVR/GenericOption.h>
#include <NDEVR/INIFactory.h>
#include <NDEVR/Dictionary.h>
Include dependency graph for ApplicationOptions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ApplicationOptionBase
 The core of the default object to store data of any type that should persist through sessions of the application. Developers should use ApplicationOption. More...
 
class  ApplicationOptions
 The container for storing N-number of ApplicationOption for the program. Almost all options are typically "user options" and are added to that container by default. More...
 
class  ApplicationOption< t_type >
 The default object to store data of any type that should persist through sessions of the application. More...
 

Namespaces

namespace  NDEVR