ObjectStore C++ API Reference
os_transformer_binding
Instances of this class represent an association between a class and a transformer function. Instances of os_transformer_binding are used as arguments to os_schema_evolution::augment_post_evol_transformers(). Instances should be allocated in transient memory only.
os_transformer_binding::os_transformer_binding()
os_transformer_binding(
char *class_name,
void (*f)(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