Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

stellarclass.h File Reference

#include <iostream>
#include <string>
#include <celutil/basictypes.h>
#include <celutil/color.h>

Include dependency graph for stellarclass.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

bool operator< (const StellarClass &sc0, const StellarClass &sc1)
std::ostream & operator<< (std::ostream &s, const StellarClass &sc)


Function Documentation

bool operator< const StellarClass sc0,
const StellarClass sc1
 

Definition at line 201 of file stellarclass.cpp.

00202 {
00203     return sc0.pack() < sc1.pack();
00204 }

std::ostream& operator<< std::ostream &  s,
const StellarClass sc
 


Generated on Sat Jan 14 22:31:23 2006 for Celestia by  doxygen 1.4.1