Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
galaxy_xml.h File Reference
#include <string>
#include <map>
#include <vector>
#include "gfx/vec.h"
#include "vsfilesystem.h"

Go to the source code of this file.

Classes

class  GalaxyXML::SGalaxy
 
class  GalaxyXML::Galaxy
 
class  GalaxyXML::SubHeirarchy
 

Namespaces

 GalaxyXML
 

Constant Groups

 GalaxyXML
 

Typedefs

typedef std::map< std::string,
std::string > 
GalaxyXML::StringMap
 

Functions

void ComputeSerials (std::vector< std::string > &stak)
 
string getStarSystemFileName (const string &input)
 
string getStarSystemName (const string &in)
 
string getStarSystemSector (const string &in)
 

Function Documentation

void ComputeSerials ( std::vector< std::string > &  stak)
string getStarSystemFileName ( const string &  input)

Definition at line 1165 of file galaxy_gen.cpp.

1166 {
1167  return input+string( ".system" );
1168 }
string getStarSystemName ( const string &  in)