Hasty Badger
Small UI library (a branch of Turbo Badger)
|
TBMessageLink should never be created or subclassed anywhere except in TBMessage. More...
#include <tb_msg.h>
Additional Inherited Members | |
Public Member Functions inherited from tb::TBLinkOf< TBMessageLink > | |
TBMessageLink * | GetPrev () const |
TBMessageLink * | GetNext () const |
Public Member Functions inherited from tb::TBLink | |
bool | IsInList () const |
Return true if the link is currently added to a list. More... | |
Public Attributes inherited from tb::TBLink | |
TBLink * | prev |
TBLink * | next |
TBLinkList * | linklist |
TBMessageLink should never be created or subclassed anywhere except in TBMessage.
It's only purpose is to add a extra typed link for TBMessage, since it needs to be added in multiple lists.