Workspace 6.21.5
Classes | Namespaces
typedobject.h File Reference
#include <QDebug>
#include <QJsonDocument>
#include <QJsonObject>
#include <QStringList>
#include <QVariant>
#include "Workspace/Application/LanguageUtils/classconstraints.h"
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include "Workspace/Application/LanguageUtils/numericcast.h"
#include "Workspace/Application/LanguageUtils/stringhelpers.h"
#include "Workspace/Application/LanguageUtils/typet.h"
#include "Workspace/Application/logmanager.h"
#include "Workspace/api_workspace.h"
#include "datafactory.h"
#include "datafactorytraits.h"
#include "dataobject.h"
#include "objectgroup.h"
Include dependency graph for typedobject.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ObjectGroupExtras< T, G >
 
class  ObjectGroupExtras< T, true >
 
class  QVariantHelper< T, G, C, E, HasMetaType >
 
class  QVariantHelper< QJsonDocument, false, true, false >
 
class  QVariantHelper< QVariant, false, C, E, true >
 
class  QVariantHelper< T, false, C, true, true >
 
class  QVariantHelper< T, false, false, false, true >
 
class  QVariantHelper< T, G, C, E, false >
 
class  QVariantHelper< T, true, C, false, true >
 
class  TypedObject< T >
 Template for instantiating a smart pointer to a particular data type. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::DataExecution
 Base workspace functionality not requiring a user interface.
 
namespace  CSIRO::DataExecution::TypedObjectPrivate