Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 23, 2013, 11:39:22 PM (11 years ago)
Author:
landauf
Message:

started implementing unit tests for the output system

File:
1 edited

Legend:

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

    r8858 r9529  
    102102            }
    103103
     104            inline const OutputLevel getOutputLevel() const { return this->level_; }
     105            inline const OutputContextContainer* getOutputContext() const { return this->context_; }
     106
    104107        private:
    105108            /// @brief Generic function to add values to the output stream, using the inherited << operator from std::ostringstream.
Note: See TracChangeset for help on using the changeset viewer.