sella::util::ResourceLimit Class Reference

List of all members.

Public Types

enum  Type {
  Soft = 0, Hard, Both, SOFT = Soft,
  HARD = Hard, BOTH = Both
}
typedef std::shared_ptr
< ResourceLimit
shared
typedef ResourceLimitptr

Public Member Functions

 ResourceLimit (const ResourceLimit &other)
ResourceLimitoperator= (const ResourceLimit &other) throw ()
bool operator== (const ResourceLimit &other) const throw ()
bool operator!= (const ResourceLimit &other) const throw ()
void setCoredumpSize (unsigned long size=0, Type type=Both) throw (ResourceLimitException)
unsigned long getCoredumpSize (Type type=Hard) throw (ResourceLimitException)
void clear (void) throw ()

Static Public Member Functions

static const ResourceLimit::shared shared_ptr (void) throw ()

Detailed Description

Definition at line 27 of file ResourceLimit.h.


The documentation for this class was generated from the following files:
 All Classes Functions Variables

Generated on 20 Nov 2014 for libutil++ by  doxygen 1.6.1