PageRenderTime 48ms CodeModel.GetById 14ms RepoModel.GetById 1ms app.codeStats 0ms

/include/study/endline.hpp

https://github.com/jesyspa/StudyStreams
C++ Header | 15 lines | 7 code | 4 blank | 4 comment | 0 complexity | 1dc851f3e5f741bcb0b330753e87a6e3 MD5 | raw file
  1. #ifndef INCLUDE_STUDY_ENDLINE_HPP
  2. #define INCLUDE_STUDY_ENDLINE_HPP
  3. namespace study {
  4. //! \brief Dummy class for indicating endlines.
  5. //!
  6. //! This is merely an indicator to the streams that they should flush, it does
  7. //! not by itself do anything.
  8. class EndLine
  9. {};
  10. } // namespace study
  11. #endif // INCLUDE_STUDY_ENDLINE_HPP