From 3a5a0e7b42d34baa238895f9e4d86cfd902ace7d Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 23 Dec 2017 00:51:44 +0000 Subject: [Travis] Rebuilding documentation --- logsink_8cpp.html | 168 ------------------------------------------------------ 1 file changed, 168 deletions(-) delete mode 100644 logsink_8cpp.html (limited to 'logsink_8cpp.html') diff --git a/logsink_8cpp.html b/logsink_8cpp.html deleted file mode 100644 index cb0db7c0..00000000 --- a/logsink_8cpp.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - -YAGE: yage/core/logsink.cpp File Reference - - - - - - - - - - - - - -
-
- - - - - - -
-
YAGE -  v0.1.3 -
-
Yet Another Game Engine
-
-
- - - - - -
-
- -
-
-
- -
- -
- All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
- - -
- -
- -
- -
-
logsink.cpp File Reference
-
-
- -


- -More...

-
#include "logsink.h"
-#include <chrono>
-#include <ctime>
-#include <fstream>
-#include <iomanip>
-#include <iostream>
-
- - - - -

-Namespaces

 yage
 Project namespace.
 
- - - - - - - -

-Functions

LogSink yage::makeConsoleSink ()
 
LogSink yage::makeFileSink (const std::string &filename)
 
LogSink yage::makeFileSink (std::string &&filename)
 
-

Detailed Description

-

Copyright (c) 2017 Yann Herklotz Grave ymher.nosp@m.klot.nosp@m.z@gma.nosp@m.il.c.nosp@m.om

-

MIT License, see LICENSE file for more details.

-

Variable Documentation

- -
-
- - - - -
std::shared_ptr<std::ofstream> fileHandle_
-
- -
-
-
-
- - - - -- cgit