|
libGimbal 0.1.0
C17-Based Extended Standard Library and Cross-Language Runtime Framework
|
#include <gimbal_scanner.h>


Additional Inherited Members | |
Public Member Functions inherited from GblObjectClass | |
| GBL_MAP_NEXT (()()(), GBL_MAP1)(GBL_CLASS_IMPL_INTERFACE | |
GblClass VTable structure for GblScanner.
GblScannerClass provides a virtual function table for polymorphically overriding the tokenization logic.
Definition at line 96 of file gimbal_scanner.h.
|
Returns a string reference to the current default delimeter pattern on the given class.
|
Sets the default delimeter pattern on the given class to a copy of pStr.
|
Moves the given string reference to be owned by the given class as its delimeter pattern.
| GblObjectClass GblScannerClass::base |
Inherited base class structure.
Definition at line 96 of file gimbal_scanner.h.
| GBL_RESULT(* GblScannerClass::pFnNextToken) (GblScanner *pSelf, GblStringView *pToken) |
Called every time the next token is to be extracted from the stream.
Definition at line 98 of file gimbal_scanner.h.