From a2ed5cc6d47a8c3479f9c0209fd7d9e9639e95d3 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Tue, 13 Feb 2018 20:10:16 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1BaseSystem.html | 211 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 211 insertions(+) create mode 100644 classyage_1_1BaseSystem.html (limited to 'classyage_1_1BaseSystem.html') diff --git a/classyage_1_1BaseSystem.html b/classyage_1_1BaseSystem.html new file mode 100644 index 00000000..f8f2a708 --- /dev/null +++ b/classyage_1_1BaseSystem.html @@ -0,0 +1,211 @@ + + + + + + +YAGE: yage::BaseSystem Class Reference + + + + + + + + + +
+
+ + + + + + + +
+
YAGE +  v0.1.4.0 +
+
Yet Another Game Engine
+
+
+ + + + + + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ + +
+
+
+Public Types | +Public Member Functions | +Protected Attributes | +List of all members
+
+
yage::BaseSystem Class Referenceabstract
+
+
+ +

#include <system.h>

+
+Inheritance diagram for yage::BaseSystem:
+
+
+ + +yage::NonCopyable +yage::System< Derived > + +
+ + + + +

+Public Types

typedef std::size_t Identifier
 
+ + + +

+Public Member Functions

virtual void update ()=0
 
+ + + +

+Protected Attributes

Identifier id_
 
+ + + + + + + + + + +

+Additional Inherited Members

- Protected Member Functions inherited from yage::NonCopyable
 NonCopyable ()=default
 
 ~NonCopyable ()=default
 
 NonCopyable (const NonCopyable &)=delete
 
NonCopyableoperator= (const NonCopyable &)=delete
 
+

Member Typedef Documentation

+ +
+
+ + + + +
typedef std::size_t yage::BaseSystem::Identifier
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + +
+ + + + + + + +
virtual void yage::BaseSystem::update ()
+
+pure virtual
+
+ +
+
+

Member Data Documentation

+ +
+
+ + + + + +
+ + + + +
Identifier yage::BaseSystem::id_
+
+protected
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + -- cgit