From a4298b95fa971630ba21926e101a7fa4ee7ddb47 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Sat, 2 Jun 2018 13:53:58 +0000 Subject: [Travis] Rebuilding documentation --- classyage_1_1Component.html | 168 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 classyage_1_1Component.html (limited to 'classyage_1_1Component.html') diff --git a/classyage_1_1Component.html b/classyage_1_1Component.html new file mode 100644 index 00000000..207d1f64 --- /dev/null +++ b/classyage_1_1Component.html @@ -0,0 +1,168 @@ + + + + + + +yage::Component< Derived > Class Template Reference + + + + + + + + + + +
+
+ + + + + + + +
+
Yet Another Game Engine
+
+
+ + + + + + +
+ All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
+ + +
+ +
+ + +
+
+
+Friends | +List of all members
+
+
yage::Component< Derived > Class Template Reference
+
+
+ +

The main component that is used to make a component from a defined struct. + More...

+ +

#include <entity.h>

+
+Inheritance diagram for yage::Component< Derived >:
+
+
+ + +yage::BaseComponent + +
+ + + + +

+Friends

class EntityManager
 
+ + + + + + + + +

+Additional Inherited Members

- Public Types inherited from yage::BaseComponent
typedef unsigned Group
 Group used to register a specific component internally with the entity manager. More...
 
- Static Protected Attributes inherited from yage::BaseComponent
static Group group_id_counter_ = 0
 
+

Detailed Description

+

template<typename Derived>
+class yage::Component< Derived >

+ +

The main component that is used to make a component from a defined struct.

+

A component should only be declared as a struct and should not contain any data itself.

+

Friends And Related Function Documentation

+ +
+
+
+template<typename Derived >
+ + + + + +
+ + + + +
friend class EntityManager
+
+friend
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + -- cgit