API Documentation
Constants.h
1 // Constants.h
3 //
5 
7 {
13  struct Constants
14  {
15  // Namespace
16  inline static const nkMemory::String NAMESPACE ;
17 
18  // UserTypes
19  // Errors
20  inline static const nkMemory::String EXPORT_ERROR ;
21 
22  // Exporters
23  inline static const nkMemory::String EXPORTER_LOAD_RESULT ;
24  inline static const nkMemory::String JSON_EXPORTER ;
25 
26  // Tree
27  inline static const nkMemory::String NODE ;
28  } ;
29 }
nkAstraeus::nkExportWrap
Encompasses the wrapping of nkExport for scripting.
Definition: Constants.h:7
nkAstraeus::nkExportWrap::Constants::NAMESPACE
static const nkMemory::String NAMESPACE
Identifies the namespace with nkExport.
Definition: Constants.h:16
nkMemory::String
Class holding information about a string, with ownership over the data.
Definition: String.h:22
nkAstraeus::nkExportWrap::Constants
Constants encompassing user type identifiers for the wrapping of nkExport.
Definition: Constants.h:14
nkAstraeus::nkExportWrap::Constants::NODE
static const nkMemory::String NODE
Identifies a nkExport::Node with nkExport.Node.
Definition: Constants.h:27
nkAstraeus::nkExportWrap::Constants::EXPORT_ERROR
static const nkMemory::String EXPORT_ERROR
Identifies a nkExport::ExportError with nkExport.ExportError.
Definition: Constants.h:20
nkAstraeus::nkExportWrap::Constants::EXPORTER_LOAD_RESULT
static const nkMemory::String EXPORTER_LOAD_RESULT
Identifies a nkExport::ExporterLoadResult with nkExport.ExporterLoadResult.
Definition: Constants.h:23
nkAstraeus::nkExportWrap::Constants::JSON_EXPORTER
static const nkMemory::String JSON_EXPORTER
Identifies a nkExport::JsonExporter with nkExport.JsonExporter.
Definition: Constants.h:24