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

Test func definition information. More...

#include <CCUnitMakeSuite.h>

Collaboration diagram for _CCUnitFuncDef:
Collaboration graph

Data Fields

char * scope
 scope
char * type
 return type
char * name
 function name
char * desc
 description

Detailed Description

Test func definition information.


Field Documentation

char* _CCUnitFuncDef::desc

description

Referenced by deleteFuncDef(), newFuncDef(), printPrototype(), and printTestFunc().

char* _CCUnitFuncDef::name

function name

Referenced by deleteFuncDef(), newFuncDef(), printPrototype(), and printTestFunc().

char* _CCUnitFuncDef::scope

scope

Referenced by deleteFuncDef(), newFuncDef(), and printPrototype().

char* _CCUnitFuncDef::type

return type

Referenced by deleteFuncDef(), newFuncDef(), and printPrototype().


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