#include <iostream>
#include "TheDog.h"
#include "dog.h"
#include "BESInitList.h"
Include dependency graph for TheDog.cc:
Go to the source code of this file.
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 | ||||
) |
Definition at line 12 of file TheDog.cc.
Referenced by buildNewDog(), destroyNewDog(), and initT::run().