polymorphism in progress

This commit is contained in:
Mindaugas Vinkelis
2018-04-12 09:20:25 +03:00
committed by Mindaugas
parent 1ca45aab79
commit 275c4138ee
40 changed files with 2145 additions and 610 deletions

View File

@@ -11,7 +11,7 @@
//this header contains two extensions, that specifies inheritance type of base class
// BaseClass - normal inheritance
// VirtualBaseClass - when virtual inheritance is used
//in order for virtual inheritance to work, InheritanceContext is required.
//in order for virtual inheritance to work, InheritanceContext is required. for normal inheritance it is not required
//it can be created either internally (via configuration) or externally (pointer to context).
#include <bitsery/ext/inheritance.h>