clang API Documentation
#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.
void clang::RopeRefCountString::Release | ( | ) | [inline] |
Definition at line 40 of file RewriteRope.h.
References RefCount.
void clang::RopeRefCountString::Retain | ( | ) | [inline] |
Definition at line 38 of file RewriteRope.h.
References RefCount.
char clang::RopeRefCountString::Data[1] |
Definition at line 36 of file RewriteRope.h.
Definition at line 35 of file RewriteRope.h.