Loading [MathJax]/extensions/TeX/AMSsymbols.js
Radium Engine
1.5.0
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
c
d
f
g
i
l
m
n
o
p
q
r
s
t
v
Functions
a
c
d
f
g
i
l
n
o
p
q
r
s
t
v
Variables
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
b
d
f
h
i
m
n
s
t
v
w
Typedefs
a
b
c
f
g
i
k
o
r
s
t
u
v
Enumerations
Enumerator
Related Functions
Files
File List
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Modules
Pages
IndexedObject.hpp
1
#pragma once
2
3
#include <Core/RaCore.hpp>
4
#include <Core/Utils/Index.hpp>
5
6
namespace
Ra
{
7
namespace
Core {
8
namespace
Utils {
9
13
class
IndexedObject
14
{
15
public
:
17
explicit
inline
IndexedObject
( Index idx = Index::Invalid() ) :
m_idx
{ idx } {}
18
inline
IndexedObject
(
const
IndexedObject
& id_obj ) =
default
;
19
virtual
inline
~
IndexedObject
() =
default
;
20
21
inline
void
setIndex(
const
Index& idx ) {
m_idx
= idx; }
22
inline
const
Index& getIndex()
const
{
return
m_idx
; }
23
24
protected
:
26
Index
m_idx
;
27
};
28
29
}
// namespace Utils
30
}
// namespace Core
31
}
// namespace Ra
Ra::Core::Utils::IndexedObject
Definition:
IndexedObject.hpp:14
Ra::Core::Utils::IndexedObject::m_idx
Index m_idx
VARIABLE.
Definition:
IndexedObject.hpp:26
Ra::Core::Utils::IndexedObject::IndexedObject
IndexedObject(Index idx=Index::Invalid())
CONSTRUCTOR.
Definition:
IndexedObject.hpp:17
Ra
Definition:
Cage.cpp:3
src
Core
Utils
IndexedObject.hpp
Generated on Wed Apr 5 2023 15:07:31 for Radium Engine by
1.9.1