Sleeping Wombat Common Library
0.50.0
swCommonLibrary
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
HierarchicalChunkedFormat
Headers
AttributeHeader.h
Go to the documentation of this file.
1
#pragma once
2
8
#include "
swCommonLib/Common/TypesDefinitions.h
"
9
#include "
swCommonLib/HierarchicalChunkedFormat/Attributes/AttributeTypes.h
"
10
11
namespace
sw
12
{
13
15
struct
AttributeHeader
16
{
17
Size
AttribSize
;
18
AttributeType
AttribType
;
19
20
21
// ================================ //
22
//
23
AttributeHeader
( AttributeType type )
24
: AttribSize( 0 )
25
, AttribType( type )
26
{}
27
};
28
29
30
}
// sw
sw::AttributeHeader::AttribType
AttributeType AttribType
Attribute type. Low 16 bits are reserved fo built in attributes.
Definition:
AttributeHeader.h:18
sw
Definition:
Exception.h:11
TypesDefinitions.h
Plik zawiera definicje podstawowych typów zmiennych.
AttributeTypes.h
sw::AttributeHeader
Definition:
AttributeHeader.h:15
sw::AttributeHeader::AttribSize
Size AttribSize
Size of attribute including this field.
Definition:
AttributeHeader.h:17
Generated on Thu May 31 2018 19:56:00 for Sleeping Wombat Common Library by
1.8.9.1