#include <unit_test.h>
Inheritance diagram for Descriptor:

Public Member Functions | |
| Descriptor (void(*func)(), char *name, char *file, int line) | |
Protected Attributes | |
| void(* | func )() |
| char * | name |
| char * | file |
| int | line |
Friends | |
| std::ostream & | operator<< (std::ostream &out, Descriptor *descriptor) |
| Descriptor.Descriptor | ( | void(*)() | func, | |
| char * | name, | |||
| char * | file, | |||
| int | line | |||
| ) |
| std::ostream& operator<< | ( | std::ostream & | out, | |
| Descriptor * | descriptor | |||
| ) | [friend] |
void(* Descriptor.func)() [protected] |
char* Descriptor.name [protected] |
char* Descriptor.file [protected] |
int Descriptor.line [protected] |
Genereated on Tue Mar 11 19:26:09 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.