libcppa  Version 0.1
Public Member Functions | Static Public Member Functions
cppa::process_information Class Reference

#include <process_information.hpp>

Inheritance diagram for cppa::process_information:
cppa::ref_counted cppa::util::comparable< process_information >

List of all members.

Public Member Functions

std::uint32_t process_id () const
const node_id_type & node_id () const

Static Public Member Functions

static const intrusive_ptr
< process_information > & 
get ()

Detailed Description

Identifies a process.


Member Function Documentation

static const intrusive_ptr<process_information>& cppa::process_information::get ( ) [static]

Returns the proccess_information for the running process.

Returns:
const node_id_type& cppa::process_information::node_id ( ) const

Identifies the host system.

A hash build from the MAC address of the first network device and the serial number from the root HD (mounted in "/" or "C:").

std::uint32_t cppa::process_information::process_id ( ) const

Identifies the running process.


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