CCUnit  2.1
A C Unit Testing Library
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
_CCUnitLine Struct Reference

Read line. More...

Collaboration diagram for _CCUnitLine:
Collaboration graph

Data Fields

char * str
 read line buffer
size_t length
 line length
size_t capacity
 buffer capacity
unsigned long lno
 line number
FILE * ifp
 input stream
const char * fname
 input file name

Detailed Description

Read line.


Field Documentation

size_t _CCUnitLine::capacity

buffer capacity

Referenced by readline().

const char* _CCUnitLine::fname

input file name

Referenced by ccunit_readSuite(), readSuite(), and readTestCase().

FILE* _CCUnitLine::ifp

input stream

Referenced by ccunit_readSuite(), and readline().

size_t _CCUnitLine::length

line length

Referenced by readDocCommentContents(), and readline().

unsigned long _CCUnitLine::lno
char* _CCUnitLine::str

The documentation for this struct was generated from the following file:
SourceForge.jp hosts this site. Send comments to: CCUnit Developer