MAK Legion API Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
attributeSetDescriptor.h
Go to the documentation of this file.
1 /*********************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************************/
5 
8 
9 
10 #pragma once
11 
13 
14 #include <string>
15 #include <vector>
16 
17 namespace Legion
18 {
25 
33  {
34  std::string name;
38  };
39 
48  {
49  std::string attributeSetName;
51  std::vector<AttributeDescriptor> attributeDescriptors;
52  };
53 }
DataType type
Definition: attributeSetDescriptor.h:35
DataType
Datatypes supported by the Legion infrastructure.
Definition: dataTypes.h:16
DataReflectablity reflectedOnNetwork
Definition: attributeSetDescriptor.h:37
An attribute descriptor describes a single attribute.
Definition: attributeSetDescriptor.h:32
UInt32 cardinality
Definition: attributeSetDescriptor.h:36
#define LEGION_DLL
Definition: legionDataStore/export.h:24
unsigned int UInt32
Definition: dataTypes.h:44
std::string attributeSetName
Definition: attributeSetDescriptor.h:49
std::string name
Definition: attributeSetDescriptor.h:34
UInt32 exptectedInstances
Definition: attributeSetDescriptor.h:50
DataReflectablity
Attribute data reflectability.
Definition: attributeSetDescriptor.h:24
std::vector< AttributeDescriptor > attributeDescriptors
Definition: attributeSetDescriptor.h:51
/brief An attribute set descriptor describes a group of attributes that are treated as a single set o...
Definition: attributeSetDescriptor.h:47

Document ID: Generated on Mon Mar 8 15:11:30 EST 2021 from SVN revision 225633
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)