L4Re Operating System Framework
Interface and Usage Documentation
|
Special type to add a pascal string into the factory create stream. More...
#include <factory>
Public Member Functions | |
Lstr (char const *s, unsigned len) noexcept | |
Data Fields | |
char const * | s |
The character buffer. | |
unsigned | len |
The number of characters in the buffer. | |
Special type to add a pascal string into the factory create stream.
This encapsulates a string that has an explicit length.
|
inlinenoexcept |