ObjectStore C++ API Reference

os_typed_pointer_void

Instances of this class encapsulate a void* pointer and an object representing the type of the object pointed to. Instances of os_typed_pointer_void are returned by os_schema_evolution::get_evolved_address(), os_schema_evolution::get_unevolved_address(), os_schema_evolution::get_evolved_object(), and os_schema_evolution::get_unevolved_object().

os_typed_pointer_void::get_type()

const os_type &get_type() const;
Returns a reference to an os_type representing the class of the object pointed to by the specified os_typed_pointer_void.

os_typed_pointer_void::operator void*()

operator void*() const;
Returns the void* pointer encapsulated by the specified os_typed_pointer_void.



[previous] [next]

Copyright © 1997 Object Design, Inc. All rights reserved.

Updated: 03/31/98 17:25:09