class
LinuxEmulatorSpecialisation of 'EnvEmulator' for the Linux operating system.
Contents
- Reference
❱ Base classes
- class EnvEmulator
- Main class emulating a process environment.
❱ Public functions
- void add_running_process(const ProcessInfo& pinfo, const std::string& filepath) virtual
- Add a running process to the environment.
-
auto class_uid() const -> maat::
serial:: uid_t virtual - Return the class uid (see ClassId enum)
-
void dump(maat::
serial:: Serializer&) const virtual - Dump the object contents in a serializer stream.
-
void load(maat::
serial:: Deserializer&) virtual - Restore an object from a deserializer stream.