Go to the source code of this file.
Namespaces | |
namespace | gsgl |
namespace | gsgl::io |
Classes | |
class | data_object |
Base class for data data object types. More... | |
Defines | |
#define | DATA_API __declspec(dllimport) |
Typedefs | |
typedef unsigned int | flags_t |
Used for storing flag bits. | |
typedef int | index_t |
The type used as indices into data collections. | |
Functions | |
DATA_API wchar_t * | gsgl_wcsdup (const wchar_t *) |
template<typename T> | |
const T & | max_val (const T &a, const T &b) |
template<typename T> | |
const T & | min_val (const T &a, const T &b) |