|
Xpace
|
#include <translate_byteptr_node.h>
Public Member Functions | |
| SkipPtrNode () | |
| virtual bool | operator() (const typename STR::charType *) override |
Public Member Functions inherited from Xpace::TranslatePtr< LOC, STR > | |
| virtual bool | isSkip () const |
Public Member Functions inherited from Xpace::TranslateNode< LOC > | |
| ~TranslateNode () | |
| virtual internalDataType | getType () const =0 |
| virtual | ~TranslateNode () |
| const BaseDataType & | getType () const |
Additional Inherited Members | |
Static Public Member Functions inherited from Xpace::TranslatePtr< LOC, STR > | |
| static TranslatePtr * | create (const Configuration &config, Sink< LOC > *sink, TranslationError onError=default_on_error) |
Static Public Member Functions inherited from Xpace::TranslateNode< LOC > | |
| static TranslateNode * | create (const Configuration &config) |
Protected Member Functions inherited from Xpace::TranslatePtr< LOC, STR > | |
| TranslatePtr (const Configuration &config, BaseDataType t, Sink< LOC > *sink, TranslationError onErr=default_on_error) | |
Protected Member Functions inherited from Xpace::TranslateNode< LOC > | |
| TranslateNode (const BaseDataType &t, Sink< LOC > *s, TranslationError onErr=default_on_error) | |
Protected Attributes inherited from Xpace::TranslatePtr< LOC, STR > | |
| const uint | length |
Protected Attributes inherited from Xpace::TranslateNode< LOC > | |
| TranslationError | onError |
| Sink< LOC > * | sink |
| LOC | loc |
Definition at line 55 of file translate_byteptr_node.h.
|
inline |
Definition at line 59 of file translate_byteptr_node.h.
|
inlineoverridevirtual |
Implements Xpace::TranslatePtr< LOC, STR >.
Definition at line 65 of file translate_byteptr_node.h.