Loading [MathJax]/extensions/tex2jax.js
Jolt Physics
A multi core friendly Game Physics Engine
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
STLAllocator.h File Reference

Go to the source code of this file.

Classes

struct  AllocatorHasReallocate< T >
 Default implementation of AllocatorHasReallocate which tells if an allocator has a reallocate function. More...
 
class  STLAllocator< T >
 STL allocator that forwards to our allocation functions. More...
 
struct  STLAllocator< T >::rebind< T2 >
 Converting to allocator for other type. More...
 
struct  AllocatorHasReallocate< STLAllocator< T > >
 The STLAllocator implements the reallocate function if the alignment of the class is smaller or equal to the default alignment for the platform. More...
 
struct  std::hash< JPH::String >
 Declare std::hash for String, for some reason on Linux based platforms template deduction takes the wrong variant. More...
 

Namespaces

namespace  std
 

Typedefs

using String = std::basic_string< char, std::char_traits< char >, STLAllocator< char > >
 
using IStringStream = std::basic_istringstream< char, std::char_traits< char >, STLAllocator< char > >
 

Typedef Documentation

◆ IStringStream

using IStringStream = std::basic_istringstream<char, std::char_traits<char>, STLAllocator<char> >

◆ String

using String = std::basic_string<char, std::char_traits<char>, STLAllocator<char> >