#include <pandabase.h>
#include "typedObject.h"
#include <string>
#include "namable.I"
Go to the source code of this file.
Compounds | |
class | Namable |
A base class for all things which can have a name. More... | |
class | NamableOrderByName |
An STL function object for sorting an array of pointers to Namables into order by name. More... | |
Functions | |
ostream & | operator<< (ostream &out, const Namable &n) |
Definition in file namable.h.
|
|