L4Re Operating System Framework
Interface and Usage Documentation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
L4::Factory::Lstr Struct Reference

Special type to add a pascal string into the factory create stream. More...

#include <factory>

+ Collaboration diagram for L4::Factory::Lstr:

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.
 

Detailed Description

Special type to add a pascal string into the factory create stream.

This encapsulates a string that has an explicit length.

Definition at line 53 of file factory.

Constructor & Destructor Documentation

◆ Lstr()

L4::Factory::Lstr::Lstr ( char const *  s,
unsigned  len 
)
inlinenoexcept
Parameters
sPointer to the c-style string.
lenLength in number of characters of the string s.

Definition at line 69 of file factory.


The documentation for this struct was generated from the following file: