#include <iostream>
#include "TheDog.h"
#include "dog.h"
#include "BESInitList.h"
Include dependency graph for TheDog.cc:
Functions | |
static bool | buildNewDog (int, char **) |
static bool | destroyNewDog (void) |
FUNINIT (buildNewDog, 1) | |
Variables | |
Animal * | TheDog = 0 |
static bool buildNewDog | ( | int | , | |
char ** | ||||
) | [static] |
static bool destroyNewDog | ( | void | ) | [static] |
FUNINIT | ( | buildNewDog | , | |
1 | ||||
) |