Classes | |
class | None0 |
Policy taking no types specifying that there is no policy here. More... | |
class | None1 |
Policy taking one type specifying that there is no policy here. More... | |
class | deepCopy |
Policy specifying that an object pointee should be deep copied. More... | |
class | refCounted |
Policy specifying that an object pointee should be reference counted. More... | |
class | destructiveCopyNoDelete |
Policy specifying that an object pointee should be copied destructively but not deleted on destruction. More... | |
class | destructiveCopy |
Policy specifying that an object pointee should be copied destructively. More... | |
class | noCopyNoDelete |
Policy specifying that an object pointee should not be copied nor deleted. More... | |
class | noCopy |
Policy specifying that an object pointee should not be copied nor deleted. More... | |
struct | itMove |
Policy specifying how to move iterator referenced data. More... | |
struct | itSwap |
Policy specifying how to swap iterator referenced data. More... | |
struct | itCompare |
Policy specifying how to compare iterator referenced data. More... | |
struct | itRevCompare |
Policy specifying how to compare iterator referenced data. More... | |
struct | unknownReferrers |
Policy specifying that the refed object does not know its referrers. More... | |
struct | knowReferrers |
Policy specifying that the refed object should know its referrers. More... | |
struct | hasLastUsed |
Policy specifying that the refed object maintains when it was last accessed. More... |