Panda3D
Public Member Functions | List of all members
NamableOrderByName Class Reference

An STL function object for sorting an array of pointers to Namables into order by name. More...

#include "namable.h"

Public Member Functions

bool operator() (const Namable *n1, const Namable *n2) const
 

Detailed Description

An STL function object for sorting an array of pointers to Namables into order by name.

Returns true if the objects are in sorted order, false otherwise.

Definition at line 62 of file namable.h.


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