Komplex  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Enumerations
Komplex_DataAccess.hpp File Reference

Komplex_DataAccess Mode enumerable type. More...

Enumerations

enum  Komplex_DataAccess { Copy, View }
 

Detailed Description

Komplex_DataAccess Mode enumerable type.

Enumeration Type Documentation

If set to Copy, user data will be copied at construction. If set to View, user data will be encapsulated and used throughout the life of the object.

Enumerator
Copy 

User data will be copied at construction.

View 

User data will be encapsulated and used throughout the life of the object.