ParsedLanguage Struct Reference

Represents a single language parsed from a SourceFile. More...

#include <structs.h>


Data Fields

const char * name
int buffer_size
char * code
char * code_p
int code_count
char * comments
char * comments_p
int comments_count
int blanks_count


Detailed Description

Represents a single language parsed from a SourceFile.

Field Documentation

Number of blank lines for this language.

The size of the code and comments buffers.

Buffer containing the code parsed out for this language.

Number of lines of code for this language.

Used for writing parsed code to the code buffer.

Buffer containing the comments parsed out for this language.

Number of lines of comments for this language.

Used for writing parsed comments to the comment buffer.

const char* ParsedLanguage::name

The parsed language.


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

Generated on Fri Aug 28 15:20:08 2009 for ohcount by  doxygen 1.5.9