Fcitx
Classes
trackableobject.h File Reference

Utitliy classes for statically tracking the life of a object. More...

#include <memory>
#include <type_traits>
#include <utility>
#include <fcitx-utils/handlertable.h>
#include <fcitx-utils/macros.h>
Include dependency graph for trackableobject.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fcitx::TrackableObject< T >
 Helper class to be used with TrackableObjectReference. More...
 
class  fcitx::TrackableObjectReference< T >
 Utility class provides a weak reference to the object. More...
 
class  fcitx::TrackableObject< T >
 Helper class to be used with TrackableObjectReference. More...
 

Detailed Description

Utitliy classes for statically tracking the life of a object.

Definition in file trackableobject.h.