Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 16, 2015, 9:59:58 PM (9 years ago)
Author:
landauf
Message:

more checks.

File:
1 edited

Legend:

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

    r10366 r10370  
    112112            /// a consequence of this, e.g. nested member objects).
    113113            std::map<Identifiable*, std::set<const Identifier*> > identifierTraceOfNewObject_;
     114            Identifier* recordTraceForIdentifier_; //!< The identifier for which we want to record the trace of identifiers during object creation. If null, no trace is recorded.
    114115    };
    115116}
Note: See TracChangeset for help on using the changeset viewer.