Phoenix
Object-oriented orthogonally persistent operating system
Public Member Functions
efi::EfiArg Class Reference

Each argument for EFI services calls is represented by this class object. More...

#include <md_efi.h>

List of all members.

Public Member Functions

template<typename T >
 EfiArg (T intValue)
 Constructor for integer types.
template<typename T >
 EfiArg (T *ptrValue)
 Constructor for pointer types.

Detailed Description

Each argument for EFI services calls is represented by this class object.


Constructor & Destructor Documentation

template<typename T >
efi::EfiArg::EfiArg ( intValue) [inline]

Constructor for integer types.

template<typename T >
efi::EfiArg::EfiArg ( T *  ptrValue) [inline]

Constructor for pointer types.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines