The Pedigree Project  0.1
Public Member Functions | Private Attributes | List of all members
VirtualAddressSpace::Stack Class Reference

#include <VirtualAddressSpace.h>

+ Collaboration diagram for VirtualAddressSpace::Stack:

Public Member Functions

 Stack (void *top, size_t size)
 
void * getTop () const
 
size_t getSize () const
 
 operator void * () const
 

Private Attributes

void * m_Top
 
size_t m_Size
 

Detailed Description

Abstracts a stack.

Definition at line 257 of file include/pedigree/kernel/processor/VirtualAddressSpace.h.


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