ufe  4.2
Universal Front End is a DCC-agnostic component that will allow a DCC to browse and edit data in multiple data models
value.h File Reference
#include "common/ufeExport.h"
#include <memory>
#include <string>
#include <unordered_map>
Include dependency graph for value.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Ufe::Value
 Value class that can hold a wide set of types. More...
 

Namespaces

 Ufe
 

Typedefs

using Ufe::ValueDictionary = std::unordered_map< std::string, Value >