Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90964148
csv_writer.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Nov 6, 11:14
Size
492 B
Mime Type
text/x-c
Expires
Fri, Nov 8, 11:14 (2 d)
Engine
blob
Format
Raw Data
Handle
22167282
Attached To
R7571 SP4E-TB-TL-FR
csv_writer.cc
View Options
#include "csv_writer.hh"
#include <cstdlib>
#include <fstream>
/* -------------------------------------------------------------------------- */
CsvWriter
::
CsvWriter
(
const
std
::
string
&
filename
)
:
filename
(
filename
)
{}
/* -------------------------------------------------------------------------- */
void
CsvWriter
::
write
(
System
&
system
)
{
this
->
compute
(
system
);
}
/* -------------------------------------------------------------------------- */
void
CsvWriter
::
compute
(
System
&
system
)
{
}
Event Timeline
Log In to Comment