#include <string>#include <typeinfo>#include <vector>#include "AppVerify.h"#include "AppConfig.h"#include "DataVariantValidator.h"#include "EnumWrapper.h"#include "XercesIncludes.h"Go to the source code of this file.
Classes | |
| class | DataVariant |
| A type-safe variant type that allows variants to be passed by value. More... | |
| class | DataVariant::UnsupportedOperation |
| An exception that indicates that the type contained with the DataVariant does not support the given operation. More... | |