|
Moka kernel
|
Go to the documentation of this file.
89 void writeBool(std::ostream& AStream,
bool ABool);
107 void writeInt(std::ostream& AStream,
unsigned long int AInt);
125 bool readBool(std::istream& AStream);
143 unsigned long int readInt(std::istream& AStream);
161 void writeTab(std::ostream& AStream);
170 void writeSpc(std::ostream& AStream);
179 void writeRet(std::ostream& AStream);
184 #include INCLUDE_INLINE("streams.icc")