Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 26, 2015, 4:16:49 PM (9 years ago)
Author:
landauf
Message:

added function to destroy the class hierarchy (i.e. reset all information about parents and children in Identifiers).
tests now use a fixture to create and destroy class hierarchy. this makes them independent of the order of execution (and also fixes the three *_NoFixture tests)

File:
1 edited

Legend:

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

    r10399 r10403  
    6060            void createClassHierarchy();
    6161            void verifyClassHierarchy();
    62             void destroyAllIdentifiers();
     62            void destroyClassHierarchy();
    6363
    6464            void createdObject(Identifiable* identifiable);
     
    8888            inline const std::map<uint32_t, Identifier*>& getIdentifierByNetworkIdMap()
    8989                { return this->identifierByNetworkId_; }
     90
     91            void destroyAllIdentifiers();
    9092
    9193        private:
Note: See TracChangeset for help on using the changeset viewer.