src/AttributeMetadataPrivate.h
branchv_0
changeset 26 019edca46769
parent 24 6f7acc3b274c
child 29 755978b0935c
equal deleted inserted replaced
25:fc0d05b72214 26:019edca46769
    13 	string_t attributeName;
    13 	string_t attributeName;
    14 	relpipe::reader::TypeId typeId;
    14 	relpipe::reader::TypeId typeId;
    15 	string_t typeName;
    15 	string_t typeName;
    16 };
    16 };
    17 
    17 
    18 AttributeMetadata::~AttributeMetadata() {
       
    19 	// delete impl;
       
    20 	std::cout << "FIXME: delete impl in ~AttributeMetadata() but no double-delete / smart pointer" << std::endl;
       
    21 }
       
    22 
       
    23 string_t AttributeMetadata::getAttributeName() const {
    18 string_t AttributeMetadata::getAttributeName() const {
    24 	return impl->attributeName;
    19 	return impl->attributeName;
    25 }
    20 }
    26 
    21 
    27 relpipe::reader::TypeId AttributeMetadata::getTypeId() const {
    22 relpipe::reader::TypeId AttributeMetadata::getTypeId() const {