|
JASSv2
|
Slices (also known as string-descriptors) for C++. More...


Go to the source code of this file.
Classes | |
| class | JASS::slice |
| C++ slices (string-descriptors) More... | |
Functions | |
| std::ostream & | JASS::operator<< (std::ostream &stream, const slice &data) |
| Dump the contents of a slice (as binary data) down an output stream. More... | |
Slices (also known as string-descriptors) for C++.
|
inline |
Dump the contents of a slice (as binary data) down an output stream.
| stream | [in] The stream to write to. |
| data | [in] The slice to write. |
1.8.13