Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

added helper function to reduce code duplication

File:
1 edited

Legend:

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

    r10374 r10376  
    215215
    216216        private:
     217            void addIfNotExists(std::list<const Identifier*>& list, const Identifier* identifierToAdd) const;
     218
    217219            std::list<const Identifier*> directParents_;                    //!< The direct parents of the class the Identifier belongs to (sorted by their order of initialization)
    218220            std::list<const Identifier*> parents_;                          //!< The parents of the class the Identifier belongs to (sorted by their order of initialization)
Note: See TracChangeset for help on using the changeset viewer.