⚲
Project
General
Profile
Sign in
Register
Home
Projects
Help
Search
:
SO3Engine
All Projects
Scol
»
SO3Engine
Overview
Activity
Roadmap
Issues
Spent time
Gantt
Calendar
News
Documents
Wiki
Files
Repository
API Documentation
SO3Engine
src
SCOLBasic
SO3DataScol.cpp
Go to the documentation of this file.
1
7
#include "
SCOLBasic/SO3DataScol.h
"
8
9
namespace
SO3
10
{
11
12
SData::SData()
13
{
14
// Forbiden (private)
15
}
16
17
SData::SData(
const
std::string& dataName)
18
{
19
name
= dataName;
20
}
21
22
SData::~SData
()
23
{
24
}
25
26
std::string
SData::GetName
()
const
27
{
28
return
name
;
29
}
30
31
SUserObjectBindings
&
SData::GetUserObjectBindings
()
32
{
33
return
mUserObjectBindings;
34
}
35
36
const
SUserObjectBindings
&
SData::GetUserObjectBindings
()
const
37
{
38
return
mUserObjectBindings;
39
}
40
41
}
SO3DataScol.h
SO3::SData::GetUserObjectBindings
SUserObjectBindings & GetUserObjectBindings()
Definition
SO3DataScol.cpp:31
SO3::SData::GetName
std::string GetName() const
Definition
SO3DataScol.cpp:26
SO3::SData::~SData
virtual ~SData()
Definition
SO3DataScol.cpp:22
SO3::SData::name
std::string name
Definition
SO3DataScol.h:44
SO3::SUserObjectBindings
Definition
SO3UserObjectBindings.h:39
SO3
Definition
SO3DataScol.h:38
Generated by
1.9.8
Loading...