GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
pid_equal Class Reference
Collaboration diagram for pid_equal:
Collaboration graph
[legend]

Public Member Functions

 pid_equal (pid_t v)
 
bool operator() (const octave_child &oc) const
 

Private Attributes

pid_t val
 

Detailed Description

Definition at line 960 of file sighandlers.cc.

Constructor & Destructor Documentation

pid_equal::pid_equal ( pid_t  v)
inline

Definition at line 964 of file sighandlers.cc.

Member Function Documentation

bool pid_equal::operator() ( const octave_child oc) const
inline

Definition at line 966 of file sighandlers.cc.

References octave_child::pid, and val.

Member Data Documentation

pid_t pid_equal::val
private

Definition at line 970 of file sighandlers.cc.

Referenced by operator()().


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