14#ifndef LINKEDLISTNODE_H
15#define LINKEDLISTNODE_H
40 INLINE
bool is_on_list()
const;
41 INLINE
void remove_from_list();
This just stores the pointers to implement a doubly-linked list of some kind of object.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.