Visualization Library 2.0.0-b5

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Variables
chktrcmp Namespace Reference

Variables

list SRC_FILE_LIST = []
 
dictionary USED_COMPONENT = {}
 
dictionary KNOWN_COMPONENT = {}
 
list SRC_FILE_DIRS = [ "src" ]
 
list TRACE_DEF_FILES = [ "include/freetype/internal/fttrace.h" ]
 
 c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE )
 
 trace_use_pat = re.compile( '^[ \t]*#define[ \t]+FT_COMPONENT[ \t]+trace_' )
 
 src_pathname = os.path.join( p, f )
 
int line_num = 0
 
 src_line = src_line.strip()
 
 component_name = trace_use_pat.sub( '', src_line )
 
 trace_def_pat_opn = re.compile( '^.*FT_TRACE_DEF[ \t]*\([ \t]*' )
 
 trace_def_pat_cls = re.compile( '[ \t\)].*$' )
 
 hdr_line = hdr_line.strip()
 
dictionary cmpnt = USED_COMPONENT.keys()
 

Variable Documentation

◆ c_pathname_pat

chktrcmp.c_pathname_pat = re.compile( '^.*\.[ch]$', re.IGNORECASE )

Definition at line 52 of file chktrcmp.py.

◆ cmpnt

dictionary chktrcmp.cmpnt = USED_COMPONENT.keys()

Definition at line 101 of file chktrcmp.py.

◆ component_name

chktrcmp.component_name = trace_use_pat.sub( '', src_line )

Definition at line 66 of file chktrcmp.py.

◆ hdr_line

chktrcmp.hdr_line = hdr_line.strip()

Definition at line 84 of file chktrcmp.py.

◆ KNOWN_COMPONENT

dictionary chktrcmp.KNOWN_COMPONENT = {}

Definition at line 15 of file chktrcmp.py.

◆ line_num

int chktrcmp.line_num = 0

Definition at line 61 of file chktrcmp.py.

◆ SRC_FILE_DIRS

chktrcmp.SRC_FILE_DIRS = [ "src" ]

Definition at line 17 of file chktrcmp.py.

◆ SRC_FILE_LIST

list chktrcmp.SRC_FILE_LIST = []

Definition at line 13 of file chktrcmp.py.

◆ src_line

chktrcmp.src_line = src_line.strip()

Definition at line 64 of file chktrcmp.py.

◆ src_pathname

chktrcmp.src_pathname = os.path.join( p, f )

Definition at line 59 of file chktrcmp.py.

◆ TRACE_DEF_FILES

chktrcmp.TRACE_DEF_FILES = [ "include/freetype/internal/fttrace.h" ]

Definition at line 18 of file chktrcmp.py.

◆ trace_def_pat_cls

chktrcmp.trace_def_pat_cls = re.compile( '[ \t\)].*$' )

Definition at line 78 of file chktrcmp.py.

◆ trace_def_pat_opn

chktrcmp.trace_def_pat_opn = re.compile( '^.*FT_TRACE_DEF[ \t]*\([ \t]*' )

Definition at line 77 of file chktrcmp.py.

◆ trace_use_pat

chktrcmp.trace_use_pat = re.compile( '^[ \t]*#define[ \t]+FT_COMPONENT[ \t]+trace_' )

Definition at line 53 of file chktrcmp.py.

◆ USED_COMPONENT

dictionary chktrcmp.USED_COMPONENT = {}

Definition at line 14 of file chktrcmp.py.