include/relpipe/writer/AttributeMetadata.h
branchv_0
changeset 27 a64afb2d24c9
child 29 142bdbba520f
equal deleted inserted replaced
26:8ae93a43fed2 27:a64afb2d24c9
       
     1 #pragma once
       
     2 
       
     3 #include "TypeId.h"
       
     4 
       
     5 namespace relpipe {
       
     6 namespace writer {
       
     7 
       
     8 class AttributeMetadata {
       
     9 public:
       
    10 	string_t attributeName;
       
    11 	relpipe::writer::TypeId typeId;
       
    12 };
       
    13 
       
    14 }
       
    15 }