Gobelijn API documentation
- generated for commit a0cbea7
|
Implementation file for demo programs for run-time polymorphism. More...
#include "demos.h"
#include "objtracer/demobj.h"
#include "tracer/tracer.h"
#include <iostream>
#include <list>
#include <memory>
Go to the source code of this file.
Functions | |
int | app_poly1 () |
Demonstrates late binding. More... | |
Implementation file for demo programs for run-time polymorphism.
A C++ code example relating to the material in Stroustrup (3 ed.) chapter 12: Derived classes
Definition in file app_poly1.cpp.
int app_poly1 | ( | ) |
Demonstrates late binding.
None. |
Definition at line 37 of file app_poly1.cpp.
References COMP_MISC_FUNCTION_TRACER, COMP_MISC_LOG_TRACER, COMP_MISC_TRACER_OUTPUT_OFF, and COMP_MISC_TRACER_OUTPUT_ON.
Referenced by main().