vrpn  07.33
Virtual Reality Peripheral Network
vrpn_TextPrinter::vrpn_TextPrinter_Watch_Entry Class Reference

Structure to hold the objects that are being watched. More...

#include <vrpn_BaseClass.h>

Collaboration diagram for vrpn_TextPrinter::vrpn_TextPrinter_Watch_Entry:

Public Attributes

vrpn_BaseClassobj
 Object being watched. More...
 
vrpn_TextPrinterme
 Pointer to this, because used in a static function. More...
 
vrpn_TextPrinter_Watch_Entrynext
 Pointer to the next one in the list. More...
 

Detailed Description

Structure to hold the objects that are being watched.

Definition at line 156 of file vrpn_BaseClass.h.

Member Data Documentation

◆ me

vrpn_TextPrinter* vrpn_TextPrinter::vrpn_TextPrinter_Watch_Entry::me

Pointer to this, because used in a static function.

Definition at line 159 of file vrpn_BaseClass.h.

Referenced by vrpn_TextPrinter::add_object(), and vrpn_TextPrinter::text_message_handler().

◆ next

vrpn_TextPrinter_Watch_Entry* vrpn_TextPrinter::vrpn_TextPrinter_Watch_Entry::next

Pointer to the next one in the list.

Definition at line 161 of file vrpn_BaseClass.h.

Referenced by vrpn_TextPrinter::add_object(), vrpn_TextPrinter::remove_object(), and vrpn_TextPrinter::~vrpn_TextPrinter().

◆ obj

vrpn_BaseClass* vrpn_TextPrinter::vrpn_TextPrinter_Watch_Entry::obj

The documentation for this class was generated from the following file: