#include <ShoreApp.h> // macros found in <ShoreApp.h> class Ref<T>; class WRef<T>; // templates equivalent to the above macros template class Ref<T>; template class WRef<T>;
The Shore C++ language binding is run-time support code generated by sdlcxx(sdl) . Applications use the Object Cache Manager through the language binding as well as directly through the Shore class.
For information about the C++ language binding, see assign(cxxlb) , construct(cxxlb) , create(cxxlb) , create_xref(cxxlb) , destroy(cxxlb) , equal(cxxlb) , fetch(cxxlb) , flush(cxxlb) , get_lockmode(cxxlb) , get_loid(cxxlb) , get_type(cxxlb) , index(cxxlb) , is_resident(cxxlb) , lookup(cxxlb) , method(cxxlb) , ostat(cxxlb) , param(cxxlb) , ref(cxxlb) , set(cxxlb) , string(cxxlb) , update(cxxlb) , valid(cxxlb) , sdlcxx(sdl) , and sdl(sdl) .