Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1498511
State.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Size
253 B
Referenced Files
None
Subscribers
None
State.cpp
View Options
#include
"State.h"
State
::
State
()
{
}
unsigned
int
State
::
get_numberOfEntries
()
{
unsigned
int
numberOfEntries
=
0
;
for
(
auto
&
history
:
vHistories
)
{
numberOfEntries
+=
history
->
get_numberOfEntries
();
}
return
numberOfEntries
;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Sun, Mar 1, 10:30 PM (3 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
288021
Default Alt Text
State.cpp (253 B)
Attached To
Mode
R20 SoC_Rosa_repo
Attached
Detach File
Event Timeline
Log In to Comment