CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
GmsListLink Class Reference

#include <GmsListLink.h>

+ Inheritance diagram for GmsListLink:

Public Member Functions

 GmsListLink ()
 
virtual ~GmsListLink ()
 
GmsListLinknext () const
 
GmsListLinkprev () const
 

Protected Attributes

GmsListLink_next
 
GmsListLink_prev
 

Friends

class GmsList
 

Detailed Description

Definition at line 29 of file GmsListLink.h.

Constructor & Destructor Documentation

◆ GmsListLink()

GmsListLink::GmsListLink ( )
inline

Definition at line 36 of file GmsListLink.h.

36{ _next = _prev = 0; }

◆ ~GmsListLink()

GmsListLink::~GmsListLink ( )
virtual

Definition at line 16 of file GmsListLink.cxx.

16{}

Member Function Documentation

◆ next()

◆ prev()

GmsListLink * GmsListLink::prev ( ) const
inline

Definition at line 39 of file GmsListLink.h.

39{ return _prev; }

Friends And Related Function Documentation

◆ GmsList

friend class GmsList
friend

Definition at line 31 of file GmsListLink.h.

Member Data Documentation

◆ _next

GmsListLink* GmsListLink::_next
protected

◆ _prev

GmsListLink* GmsListLink::_prev
protected

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