ScummVM API documentation
Common::UnalignedPtr< T > Class Template Reference

#include <ptr.h>

Public Member Functions

 UnalignedPtr (T *ptr)
 
load () const
 
void store (const T &value) const
 

Detailed Description

template<class T>
class Common::UnalignedPtr< T >

UnalignedPtr: Allows pointers to and access of memory addresses where the underlying data doesn't have proper alignment.


The documentation for this class was generated from the following file: