FS2_Open
Open source remastering of the Freespace 2 engine
vmallocator.h File Reference
#include <vector>
#include <list>
#include <map>
#include <string>
#include <sstream>
#include <queue>
#include <deque>
#include <unordered_map>

Go to the source code of this file.

Classes

class  SCP_vector< T >
 
class  SCP_list< T >
 
class  SCP_map< T, U >
 
class  SCP_multimap< T, U >
 
class  SCP_queue< T >
 
class  SCP_deque< T >
 
class  SCP_unordered_map< Key, T, Hash, KeyEqual >
 

Typedefs

typedef std::basic_string< char, std::char_traits< char >, std::allocator< char > > SCP_string
 
typedef std::basic_stringstream< char, std::char_traits< char >, std::allocator< char > > SCP_stringstream
 

Typedef Documentation

typedef std::basic_string<char, std::char_traits<char>, std::allocator<char> > SCP_string

Definition at line 21 of file vmallocator.h.

typedef std::basic_stringstream<char, std::char_traits<char>, std::allocator<char> > SCP_stringstream

Definition at line 23 of file vmallocator.h.