| 
    GATE
    
   C/C++ Framework 
   | 
 
character (byte) string buffer class More...
#include <strings.h>
Data Fields | |
| gate_atomic_int_t | refcount | 
| gate_char8_t | data [1] | 
character (byte) string buffer class
The object is a reference-count managed, overallocated heap object Its data member as an "open array" of bytes
| gate_atomic_int_t refcount | 
reference counter of string buffer usage
| gate_char8_t data[1] | 
begin of string buffer