SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions
spr_parser.ItemDesc Class Reference
+ Inheritance diagram for spr_parser.ItemDesc:
+ Collaboration diagram for spr_parser.ItemDesc:

Public Member Functions

def __init__
 nlalc: new-line after last comment (needed during parsing only to find out to which object a comments must be attached to) xloc: 0 visibility+type marker (optional) 1 main name (function name, class name, argument name, included file, ...) 2 alternative name (typedef struct t_x X;) 3 main type-indicating keyword (typedef,#define,#if,#include,...) 4 secundary type-indicating keyword (struct) 5 static/extern 6 inline 7 public/protected/private 8 class struct field 9 start of body (macro,function) 10 bracket open (subitems) 11 bracket close (subitems) 12 sep with next subitem (subitems) 13 inherit type from previous one 14 structure with embedded documentation More...
 

Constructor & Destructor Documentation

def spr_parser.ItemDesc.__init__ (   self,
  search 
)

nlalc: new-line after last comment (needed during parsing only to find out to which object a comments must be attached to) xloc: 0 visibility+type marker (optional) 1 main name (function name, class name, argument name, included file, ...) 2 alternative name (typedef struct t_x X;) 3 main type-indicating keyword (typedef,#define,#if,#include,...) 4 secundary type-indicating keyword (struct) 5 static/extern 6 inline 7 public/protected/private 8 class struct field 9 start of body (macro,function) 10 bracket open (subitems) 11 bracket close (subitems) 12 sep with next subitem (subitems) 13 inherit type from previous one 14 structure with embedded documentation