ObjectStore C++ API Reference
os_evolve_subtype_fun_binding
Instances of this class represent an association between a class and a reclassifier function. Instances of os_evolve_subtype_fun_binding are used as arguments to os_schema_evolution::augment_subtype_selectors(). Instances should be allocated in transient memory only.
Programs using this class must include <ostore/ostore.hh>, followed by <ostore/coll.hh> (if used), followed by <ostore/schmevol.hh>.
os_evolve_subtype_fun_binding::os_evolve_subtype_fun_binding()
os_evolve_subtype_fun_binding(
char *class_name,
char* (*f)(const os_typed_pointer_void&)
);
Associates the class named class_name with the function f.
[previous] [next]
Copyright © 1997 Object Design, Inc. All rights
reserved.
Updated: 03/31/98 17:25:09