Home Libraries Author Links

stm::Device::Descriptor Struct Reference

List of all members.


Detailed Description

Objects of type Device::Descriptor describe system dependent aspects of a Device as a pair of a void pointer and a void function pointer.

If a Device::Descriptor object's first pointer is NULL the descriptor is called invalid else valid.

Definition at line 502 of file device.hpp.


Public Member Functions

 Descriptor (void *d=NULL, void(*f)()=NULL)
 Constructs a Device::Descriptor object called invalid, if d is NULL.
 operator const void * () const
 Returns the first pointer of the Descriptor.

Constructor & Destructor Documentation

stm::Device::Descriptor::Descriptor ( void *  d = NULL,
void(*)()  f = NULL 
)

Constructs a Device::Descriptor object called invalid, if d is NULL.


Member Function Documentation

stm::Device::Descriptor::operator const void * (  )  const

Returns the first pointer of the Descriptor.


© Copyright Tom Michaelis 2002-2007

Distributed under the SysToMath Software License (See the accompanying file license.txt or a copy at www.SysToMath.com).