Changeset 7535 for source/ariba/Name.h
- Timestamp:
- Feb 5, 2010, 9:08:33 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/Name.h
r6919 r7535 149 149 150 150 private: 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 155 155 156 156 void init(const char* name, int len, bool copy, bool hreadable);
Note:
See TracChangeset
for help on using the changeset viewer.