repo.or.cz
/
raggin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[raggin.git]
/
src
/
data.cpp
blob
cd277757dd18af8ed41149f1ed4b0214a0f17fca
1
#include
"data.hpp"
2
3
using namespace
std
;
4
5
6
raggin
::
data
::
data
()
7
:
command
()
8
{
9
}
10
11
raggin
::
data
::
data
(
string cmdName
)
12
:
command
(
cmdName
)
13
{
14
}