#include <iostream>
#include "class_loader/class_loader.hpp"
#include "./base.hpp"
Go to the source code of this file.
CLASS_LOADER_REGISTER_CLASS |
( |
Dog |
, |
|
|
Base |
|
|
) |
| |
CLASS_LOADER_REGISTER_CLASS |
( |
Cat |
, |
|
|
Base |
|
|
) |
| |
CLASS_LOADER_REGISTER_CLASS |
( |
Duck |
, |
|
|
Base |
|
|
) |
| |
CLASS_LOADER_REGISTER_CLASS |
( |
Cow |
, |
|
|
Base |
|
|
) |
| |