Gobelijn API documentation  - generated for commit a0cbea7
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros Pages
app_essentialops.cpp File Reference

Demo code for what happens with essential operators (ctor, dtor, assignment). More...

#include "demos.h"
#include "objtracer/Body.h"
#include "objtracer/Motorcycle.h"
#include "objtracer/Unicycle.h"
#include "tracer/tracer.h"
#include <iostream>
Include dependency graph for app_essentialops.cpp:

Go to the source code of this file.

Functions

int app_essentialops ()
 Demo prog for features of ctor/dtor. More...
 

Detailed Description

Demo code for what happens with essential operators (ctor, dtor, assignment).

Author
J. Broeckhove CoMP/UA

Definition in file app_essentialops.cpp.

Function Documentation

int app_essentialops ( )

Demo prog for features of ctor/dtor.

Returns
status
Exceptions
None.

Definition at line 22 of file app_essentialops.cpp.

References ODemo::Motorcycle::accelerate(), COMP_MISC_BLOCK_TRACER, COMP_MISC_FUNCTION_TRACER, and COMP_MISC_LOG_TRACER.

Referenced by main().

Here is the call graph for this function:

Here is the caller graph for this function: