L4Re Operating System Framework
Interface and Usage Documentation
Loading...
Searching...
No Matches
meta
1// vi:set ft=cpp: -*- Mode: C++ -*-
2
3#pragma once
4
5#include <l4/sys/meta>
6#include <l4/sys/typeinfo_svr>
7
8namespace L4Re { namespace Util {
9using L4::Util::handle_meta_request;
10}}
L4Re C++ Interfaces.
Definition l4re.dox:17
Meta interface for getting dynamic type information about objects behind capabilities.
Type information server template.