|
clang
3.8.0
|
RopeRefCountString - This struct is allocated with 'new char[]' from the heap, and represents a reference counted chunk of string data. More...
#include <RewriteRope.h>
Public Member Functions | |
| void | Retain () |
| void | Release () |
Public Attributes | |
| unsigned | RefCount |
| char | Data [1] |
RopeRefCountString - This struct is allocated with 'new char[]' from the heap, and represents a reference counted chunk of string data.
When its ref count drops to zero, it is delete[]'d. This is primarily managed through the RopePiece class below.
Definition at line 34 of file RewriteRope.h.
|
inline |
Definition at line 40 of file RewriteRope.h.
References RefCount.
|
inline |
Definition at line 38 of file RewriteRope.h.
References RefCount.
| char clang::RopeRefCountString::Data[1] |
Definition at line 36 of file RewriteRope.h.
| unsigned clang::RopeRefCountString::RefCount |
Definition at line 35 of file RewriteRope.h.
1.8.6