libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Structures
ipc.hpp File Reference

IPC (C++ header) More...

#include <libtransistor/cpp/types.hpp>
#include <libtransistor/ipc.h>
#include <type_traits>
Include dependency graph for ipc.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  trn::ipc::Message
 
struct  trn::ipc::InObject< T >
 
struct  trn::ipc::OutObject< T >
 
struct  trn::ipc::InRaw< T >
 
struct  trn::ipc::OutRaw< T >
 
struct  trn::ipc::copy
 
struct  trn::ipc::move
 
struct  trn::ipc::InHandle< T, Transfer >
 
struct  trn::ipc::InHandle< handle_t, Transfer >
 
struct  trn::ipc::OutHandle< T, Transfer, Args >
 
struct  trn::ipc::OutHandle< handle_t, Transfer >
 
struct  trn::ipc::OutHandle< T, Transfer, Args >
 
struct  trn::ipc::Buffer< T, type, expected_size >
 
struct  trn::ipc::InPid
 
struct  trn::ipc::OutPid
 

Detailed Description

IPC (C++ header)