![]() |
Home | Libraries | Author | Links |
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. |
stm::Device::Descriptor::Descriptor | ( | void * | d = NULL , |
|
void(*)() | f = NULL | |||
) |
Constructs a Device::Descriptor object called invalid, if d is NULL
.
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).