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

-Public Member Functions

virtual ~Concept ()=default
 
virtual Conceptclone () const =0
 
virtual void write (const LogMessage::Meta &meta, const std::string &msg) const =0
 
-

Constructor & Destructor Documentation

- -
-
- - - - - -
- - - - - - - -
virtual yage::LogSink::Concept::~Concept ()
-
-virtualdefault
-
- -
-
-

Member Function Documentation

- -
-
- - - - - -
- - - - - - - -
virtual Concept* yage::LogSink::Concept::clone () const
-
-pure virtual
-
- -

Implemented in yage::LogSink::Model< T >.

- -
-
- -
-
- - - - - -
- - - - - - - - - - - - - - - - - - -
virtual void yage::LogSink::Concept::write (const LogMessage::Metameta,
const std::string & msg 
) const
-
-pure virtual
-
- -

Implemented in yage::LogSink::Model< T >.

- -
-
-
The documentation for this struct was generated from the following file: -
-
- - - - -- cgit