Panda3D
 All Classes Functions Variables Enumerations
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 68 of file namable.h.


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