Searched refs:SBuffer (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSString.h21 * Base class from which the two other classes (SBuffer & SString)
78 class SBuffer : protected SContainer { class in inherits:SContainer
80 SBuffer(lenpos_t len) { function in class:SBuffer
91 // Here only to be on the safe size, user should avoid returning SBuffer values.
92 SBuffer(const SBuffer &source) : SContainer() { function in class:SBuffer
98 SBuffer &operator=(const SBuffer &source) {
149 SString(SBuffer &buf) : sizeGrowth(sizeGrowthDefault) {

Completed in 27 milliseconds