The UniversalContainer Library

#include "univcont.h"

Overview

The core of the uc library is the UniversalContainer class, an easy to use container that can hold atomic values, dictionaries, or arrays. UniversalContainer provides an analog to the dictionary or associative array classes of popular scripting languages. This makes UniversalContianer useful for implementing REST style programs. Various serializers and SQL database routines are also provided. The include file univcont.h is a master include that can be used to include all relevant header files.

Contents