Main Page | Class Hierarchy | Class List | Class Members

QuotaListItem Class Reference

List of all members.

Public Member Functions

 QuotaListItem (const char *name, uint32_t usage, uint32_t limit)
 Constructor.
 QuotaListItem (const QuotaListItem &other)
 Copy constructor.
 ~QuotaListItem ()
 Destructor.
QuotaListItemoperator= (const QuotaListItem &other)
 Assignment operator.
const char * Name () const
 Gets the resource name.
uint32_t Usage () const
 Gets the current resource usage.
uint32_t Limit () const
 Gets the resource limit.

Constructor & Destructor Documentation

QuotaListItem const char *  name,
uint32_t  usage,
uint32_t  limit
 

Constructor.

Parameters:
name the name of the resource
usage the current usage of the resource
limit the limit of the resource

QuotaListItem const QuotaListItem other  ) 
 

Copy constructor.

Parameters:
other other object to copy

~QuotaListItem  ) 
 

Destructor.


Member Function Documentation

QuotaListItem & operator= const QuotaListItem other  ) 
 

Assignment operator.

Parameters:
other other object to copy
Returns:
*this

Copyright © 2001-2005 Hunny Software, Inc. All rights reserved.