Public Types | |
| enum | Type { Soft = 0, Hard, Both, SOFT = Soft, HARD = Hard, BOTH = Both } |
|
typedef std::shared_ptr < ResourceLimit > | shared |
| typedef ResourceLimit * | ptr |
Public Member Functions | |
| ResourceLimit (const ResourceLimit &other) | |
| ResourceLimit & | operator= (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 () |
Definition at line 27 of file ResourceLimit.h.
1.6.1