| [ CCUnit project page ] | [ CCUnit home page ] |
Read line. More...
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 | |
Read line.
| size_t _CCUnitLine::capacity |
buffer capacity
Referenced by readline().
| const char* _CCUnitLine::fname |
input file name
Referenced by ccunit_readSuite(), readSuite(), and setFixtureFunc().
| 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 |
line number
Referenced by getTestName(), readDocComment(), readDocCommentContents(), readline(), readSuite(), and setFixtureFunc().
| char* _CCUnitLine::str |
read line buffer
Referenced by ccunit_readSuite(), readDocComment(), readDocCommentContents(), readline(), readSuite(), and readTestCase().
|
|
hosts this site. | Send comments to: CCUnit Developer |
Generated on Mon Aug 16 2010 21:52:39 for CCUnit by 1.7.1
|