Home | History | Annotate | Download | only in common

Lines Matching defs:SharedObject

8 * sharedobject.h
21 * Base class for unified cache exposing enough methods to SharedObject
23 * update cache metrics. No other part of ICU, except for SharedObject,
62 class U_COMMON_API SharedObject : public UObject {
65 SharedObject() :
72 SharedObject(const SharedObject &other) :
79 virtual ~SharedObject();
179 * T must be a subclass of SharedObject.
199 * T must be a subclass of SharedObject.