HoverRace  2.0
Classes | Functions
HoverRace::Player Namespace Reference

Classes

class  AvatarGallery
 The collection of built-in avatars. More...
 
class  DemoProfile
 Profile for "guest" accounts that aren't persisted. More...
 
class  EditableProfile
 Interface for profile editing. More...
 
class  LocalPlayer
 A player connected to a local input device. More...
 
class  LocalProfile
 A profile that is stored on the local filesystem. More...
 
class  Player
 Base class for connected players. More...
 
class  Profile
 Base class for player profiles. More...
 
class  ProfileExn
 Exception thrown when a profile cannot be loaded or saved. More...
 
class  ProfileGallery
 The collection of player profiles on this system. More...
 
class  RenamableProfile
 Interface for profiles than can be renamed. More...
 

Functions

std::ostream & operator<< (std::ostream &os, const Player &p)
 

Function Documentation

std::ostream& HoverRace::Player::operator<< ( std::ostream &  os,
const Player p 
)
inline