This documenta- tion describes the current state of development.
Note that interfaces and functionality may still change.

Prokee Modules:
  A
  B
  C
  D
  E
  F
  G
  I
  L
  M
  N
  O
  P
  R
  S
  T
  U
  W

     open all    |    close all

GUI Elements:
  B
  C
  I
  M
  P
  R
  S
  T

     open all    |    close all

GUI Interactions:
  B
  F
  H
  S

     open all    |    close all

GUI Layouts:
  L

     open all    |    close all

Games/Demos:
  M

     open all    |    close all

Third Party Libraries:
  P
  F
  Z

     open all    |    close all

Information about this Website / Informationen zu dieser Webseite:
In case of any questions, or comments, please feel free to contact me via email at apoll500@gmail.com.

Module bcs [Version: v01] (Interface AbsBasicCompactToken)

   [AbsBasicCompactToken]   [AbsBasicCompactScanner]   [AbsBasicCompactFileScanner]   [AbsBasicCompactBufferScanner]

Contents

Inheritance:
AbsBasicCompactToken
Implementations: BasicCompactToken

Constructors:
BasicCompactToken
AbsBasicCompactToken *createBasicCompactToken()

Members:
buffer
char *buffer;
bufferln
int bufferln;
writePos
int writePos;
token_type
int token_type;

Motivation


Constructors

   BasicCompactToken


Allocates memory and sets members to initial values: bufferln=128; writePos=0; token_type=0;.

Constructor:
BasicCompactToken()

Factory Method:
AbsBasicCompactToken *AbsBasicCompactTokenInterface::createBasicCompactToken()

Wrapper Class:
BasicCompactTokenWrapper()

The static method AbsBasicCompactTokenInterface::createBasicCompactToken creates a new instance of class BasicCompactToken.

Return value:
Returns an instance of BasicCompactToken.


Members

   buffer


Speicherbereich in den das aktuelle Token geschrieben wird.

Signature:
char *buffer;

Setter- and getter-methods:
Use the methods get_buffer() and set_buffer(char *) to get and set the value of this member variable.

   bufferln


The lenth of allocated memory for buffer.

Signature:
int bufferln;

Setter- and getter-methods:
Use the methods get_bufferln() and set_bufferln(int) to get and set the value of this member variable.

   writePos


Aktuelle Schreibeposition in buffer. (Dies enspricht der Länge des Tokens.)

Signature:
int writePos;

Setter- and getter-methods:
Use the methods get_writePos() and set_writePos(int) to get and set the value of this member variable.

   token_type


Der Typ des Tokens.

Signature:
int token_type;

Setter- and getter-methods:
Use the methods get_token_type() and set_token_type(int) to get and set the value of this member variable.


Copyright © 2017 - 2019 by Andreas Pollhammer