|
ELinks 0.19.1
|
Like struct string, except the data is const and not freed via this structure. More...
#include <common.h>
Data Fields | |
| const char * | source |
| int | length |
Like struct string, except the data is const and not freed via this structure.
So it is okay to make source point to data that is part of a larger buffer. Also, there is no magic member here.
| int bittorrent_const_string::length |
| const char* bittorrent_const_string::source |