Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110209489
planet.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
Fri, Apr 25, 04:55
Size
312 B
Mime Type
text/x-c
Expires
Sun, Apr 27, 04:55 (2 d)
Engine
blob
Format
Raw Data
Handle
25656505
Attached To
R7571 SP4E-TB-TL-FR
planet.cc
View Options
#include "planet.hh"
void Planet::initself(std::istream &stream) {
Particle::initself(stream);
stream >> name;
}
/* -------------------------------------------------------------------------- */
void Planet::printself(std::ostream &stream) const {
Particle::printself(stream);
stream << " " << name;
}
Event Timeline
Log In to Comment