Changeset 7535 for source/ariba/Name.h


Ignore:
Timestamp:
Feb 5, 2010, 9:08:33 AM (14 years ago)
Author:
Christoph Mayer
Message:

-missing doxygen in interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Name.h

    r6919 r7535  
    149149
    150150private:
    151         uint8_t* _bytes;
    152         int _length;
    153         bool _copy;
    154         bool _hreadable;
     151        uint8_t* _bytes; //< internal pointer
     152        int _length; //< length of internal pointer
     153        bool _copy; //< is the buffer a real copy
     154        bool _hreadable; //< is the name human readable
    155155
    156156        void init(const char* name, int len, bool copy, bool hreadable);
Note: See TracChangeset for help on using the changeset viewer.