Visualization Library 2.1.0
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
Represents a class type. More...
#include <TypeInfo.hpp>
Public Member Functions | |
TypeInfo (const char *name) | |
Constructor. More... | |
bool | operator== (const TypeInfo &other) const |
Equal operator. More... | |
bool | operator< (const TypeInfo &other) const |
Less operator. More... | |
const char * | name () const |
The name of the class including the namespace. More... | |
u32 | hash () const |
The 32 bit hash of the name of the class including the namespace. More... | |
Represents a class type.
Definition at line 46 of file TypeInfo.hpp.
|
inline |
Constructor.
Definition at line 49 of file TypeInfo.hpp.
References vl::MurmurHash3_x86_32(), and name().
|
inline |
The 32 bit hash of the name of the class including the namespace.
Definition at line 68 of file TypeInfo.hpp.
|
inline |
The name of the class including the namespace.
Definition at line 65 of file TypeInfo.hpp.
Referenced by vlX::Registry::registerClassWrapper(), and TypeInfo().
|
inline |
Less operator.
Definition at line 62 of file TypeInfo.hpp.
|
inline |
Equal operator.
Definition at line 59 of file TypeInfo.hpp.
Visualization Library 2.1.0 Reference Documentation
Updated on Wed Mar 10 2021 16:02:55.
© Copyright Michele Bosi. All rights reserved.