ReactOS 0.4.15-dev-7924-g5949c20
_Rope_char_consumer< _CharT > Class Template Referenceabstract

#include <_rope.h>

Inheritance diagram for _Rope_char_consumer< _CharT >:

Public Member Functions

virtual ~_Rope_char_consumer ()
 
virtual bool operator() (const _CharT *__buffer, size_t __len)=0
 

Detailed Description

template<class _CharT>
class _Rope_char_consumer< _CharT >

Definition at line 290 of file _rope.h.

Constructor & Destructor Documentation

◆ ~_Rope_char_consumer()

template<class _CharT >
virtual _Rope_char_consumer< _CharT >::~_Rope_char_consumer ( )
inlinevirtual

Definition at line 295 of file _rope.h.

295{}

Member Function Documentation

◆ operator()()

template<class _CharT >
virtual bool _Rope_char_consumer< _CharT >::operator() ( const _CharT *  __buffer,
size_t  __len 
)
pure virtual

The documentation for this class was generated from the following file: