class documentation

class _ExternCInfo(_BlockInfo):

Constructor: _ExternCInfo(linenum)

View In Hierarchy

Stores information about an 'extern "C"' block.

Method __init__ Undocumented

Inherited from _BlockInfo:

Method CheckBegin Run checks that applies to text up to the opening brace.
Method CheckEnd Run checks that applies to text after the closing brace.
Method IsBlockInfo Returns true if this block is a _BlockInfo.
Instance Variable check_namespace_indentation Undocumented
Instance Variable inline_asm Undocumented
Instance Variable open_parentheses Undocumented
Instance Variable seen_open_brace Undocumented
Instance Variable starting_linenum Undocumented
def __init__(self, linenum):