Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 19, 2015, 10:04:35 PM (9 years ago)
Author:
landauf
Message:

added flag to define if a class should be used as a virtual parent (i.e. inherit with 'virtual public <classname>')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core7/src/libraries/core/CoreIncludes.h

    r10362 r10374  
    255255                { this->parents_.push_back(new InheritsFromClass<T>()); return *this; }
    256256
     257            inline StaticallyInitializedIdentifier& virtualBase()
     258                { this->identifier_->setVirtualBase(true); return *this; }
     259
    257260        private:
    258261            Identifier* identifier_;
Note: See TracChangeset for help on using the changeset viewer.