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 bbs [Version: v01] (Interface AbsBasicBlockScannerParseBlock)

   [AbsBasicBlockScanner]   [AbsBasicBlockScannerParseBlock]

Contents

Inheritance:
AbsBasicBlockScannerParseBlock
Implementations: BasicBlockScannerParseBlock

Constructors:
BasicBlockScannerParseBlock (version 1)
AbsBasicBlockScannerParseBlock *createBasicBlockScannerParseBlock()

Members:
token_id
int token_id;
type
char *type;
type_ln
int type_ln;
type_maxln
int type_maxln;
content
char32_t *content;
content_ln
int content_ln;
content_maxln
int content_maxln;
location_row
int location_row;
location_column
int location_column;

Motivation


Constructors

   BasicBlockScannerParseBlock (version 1)


Constructs a BasicBlockScannerParseBlock.

Constructor:
BasicBlockScannerParseBlock()

Factory Method:
AbsBasicBlockScannerParseBlock *AbsBasicBlockScannerParseBlockInterface::createBasicBlockScannerParseBlock()

Wrapper Class:
BasicBlockScannerParseBlockWrapper()

The static method AbsBasicBlockScannerParseBlockInterface::createBasicBlockScannerParseBlock creates a new instance of class BasicBlockScannerParseBlock.

Return value:
Returns an instance of BasicBlockScannerParseBlock.


Members

   token_id


Die Token-ID.

Signature:
int token_id;

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

   type


Speicherbereich in den der Typ des aktuellen Blocks geschrieben wird.

Signature:
char *type;

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

   type_ln


Die Länge des in type gespeicherten Strings.

Signature:
int type_ln;

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

   type_maxln


Die Länge des für type allozierten Speicherbereichs.

Signature:
int type_maxln;

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

   content


Speicherbereich in den der Inhalt des aktuellen Blocks geschrieben wird.

Signature:
char32_t *content;

Setter- and getter-methods:
Use the methods get_content() and set_content(char32_t *) to get and set the value of this member variable.

   content_ln


Die Länge des in content gespeicherten Strings.

Signature:
int content_ln;

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

   content_maxln


Die Länge des für content allozierten Speicherbereichs.

Signature:
int content_maxln;

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

   location_row


Die Zeilennummer des Blocks

Signature:
int location_row;

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

   location_column


Die Spaltennummer des Blocks

Signature:
int location_column;

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


Copyright © 2017 - 2019 by Andreas Pollhammer