#include <IOManager.hpp>
|
| template<typename T > |
| static bool | readFileToBuffer (std::string &filepath, std::vector< T > &buf, std::ios_base::openmode mode=std::ios::binary) |
| | Loads a file into a buffer. More...
|
| |
| static bool | readFileToBuffer (const char *filepath, std::string &buf, std::ios_base::openmode mode=std::ios::binary) |
| |
Definition at line 9 of file IOManager.hpp.
◆ readFileToBuffer() [1/2]
| bool BARE2D::IOManager::readFileToBuffer |
( |
const char * |
filepath, |
|
|
std::string & |
buf, |
|
|
std::ios_base::openmode |
mode = std::ios::binary |
|
) |
| |
|
static |
◆ readFileToBuffer() [2/2]
template<typename T >
| static bool BARE2D::IOManager::readFileToBuffer |
( |
std::string & |
filepath, |
|
|
std::vector< T > & |
buf, |
|
|
std::ios_base::openmode |
mode = std::ios::binary |
|
) |
| |
|
static |
The documentation for this class was generated from the following files: