Home
last modified time | relevance | path

Searched defs:UnsafeRefCountingPolicy (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/o3tl/inc/o3tl/
H A Dcow_wrapper.hxx42 struct UnsafeRefCountingPolicy struct
44 typedef sal_uInt32 ref_count_t;
45 static void incrementCount( ref_count_t& rCount ) { ++rCount; } in incrementCount()
46 static bool decrementCount( ref_count_t& rCount ) { return --rCount != 0; } in decrementCount()

Completed in 11 milliseconds