|
FreeNOS
|
#include <Log.h>#include <Types.h>#include <Vector.h>#include "API/PrivExec.h"#include "API/ProcessCtl.h"#include "API/SystemInfo.h"#include "API/VMCopy.h"#include "API/VMCtl.h"#include "API/VMShare.h"#include "API/ProcessID.h"Go to the source code of this file.
Data Structures | |
| class | API |
| Generic Kernel API implementation. More... | |
Functions | |
| Log & | operator<< (Log &log, API::Operation op) |
| Operator to print a Operation to a Log. More... | |
| Log& operator<< | ( | Log & | log, |
| API::Operation | op | ||
| ) |
Operator to print a Operation to a Log.
Definition at line 50 of file API.cpp.
References Log::append(), API::Create, API::Delete, API::Read, API::ReadPhys, API::Receive, API::Send, API::SendReceive, and API::Write.
1.8.17