Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 4, 2013, 10:24:30 PM (12 years ago)
Author:
landauf
Message:

more tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/testing/src/libraries/util/output/OutputDefinitions.h

    r8879 r9535  
    105105        OutputContextSubID sub_id;  ///< The id of the sub-context (or context::no_subcontext if this container doesn't define a sub-context)
    106106        std::string name;           ///< The name of this context
     107
     108        inline bool operator==(const OutputContextContainer& other) const
     109        {
     110            return this->mask == other.mask && this->sub_id == other.sub_id && this->name == other.name;
     111        }
    107112    };
    108113
Note: See TracChangeset for help on using the changeset viewer.