Assembled 2
A column based text editor
Loading...
Searching...
No Matches
Public Attributes | List of all members
AS_CfgTok Struct Reference

#include <config.h>

Public Attributes

int type
 The type of the token (AS_CFG_TOKEN_x).
 
int value
 An integral value if the token has one.
 
int line
 The line number the token was found on.
 
int column
 The column number the token was found on.
 
char * str
 String for tokens of type AS_CFG_TOKEN_STR.
 
struct AS_CfgToknext
 Pointer to the next token.
 

Detailed Description

Internal structure for representing the content of configuration files


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