libutil++  1.9.3
 All Classes Functions Variables
Public Types | Static Public Member Functions | List of all members
sella::util::ResourceLimit Class Reference

Public Types

enum  Type {
  Soft = 0, Hard, Both, SOFT = Soft,
  HARD = Hard, BOTH = Both
}
 

Static Public Member Functions

static void setCoredumpSize (unsigned long size=0, Type type=Both) throw (ResourceLimitException)
 
static void setFileDescriptors (unsigned long limit=1024, Type type=Both) throw (ResourceLimitException)
 
static unsigned long getCoredumpSize (Type type=Soft) throw (ResourceLimitException)
 
static unsigned long getFileDescriptors (Type type=Soft) throw (ResourceLimitException)
 

Detailed Description

Definition at line 27 of file ResourceLimit.h.


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