From 8541563f716014241a878b968d73d0a0b00891cd Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Thu, 16 Nov 2017 16:33:28 +0000 Subject: Rebuilding documentation --- structyage_1_1LogSink_1_1Concept.html | 236 ++++++++++++++++++++++++++++++++++ 1 file changed, 236 insertions(+) create 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 new file mode 100644 index 00000000..af261960 --- /dev/null +++ b/structyage_1_1LogSink_1_1Concept.html @@ -0,0 +1,236 @@ + + + + + + +YAGE: yage::LogSink::Concept Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
YAGE +  v0.1.1 +
+
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