#include <ShoreApp.h> REF(T) ::REF(T)(); REF(T) ::REF(T)(const REF(T) &ref); REF(any)::REF(any)(const LOID &loid);
All REF(T) classes have at least two constructors. REF(any) has one additional constructor. The first form (the default constructor) performs no initializations at all. Applications should make no assumptions about a ref constructed by the default constructor. The second form constructs a new ref that is equivalent to the given ref. The third form, available only on REF(any) converts a logical OID to an equivalent ref.
REF(T) classes have no destructors.