Horizon Official Technical Documentation
ByteBuffer.hpp File Reference
#include "ByteConverter.hpp"
#include <type_traits>
#include <stdlib.h>
#include <string>
#include <cstring>
#include <vector>
#include <cmath>
#include <assert.h>
#include <list>
#include <map>
#include <cstdio>
+ Include dependency graph for ByteBuffer.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ByteBufferException
 
class  ByteBufferPositionException
 
class  ByteBufferSourceException
 
class  ByteBuffer
 

Functions

template<>
void ByteBuffer::read_skip< std::string > ()
 

Function Documentation

◆ ByteBuffer::read_skip< std::string >()

template<>
void ByteBuffer::read_skip< std::string > ( )
inline
506{
507 read_skip<char*>();
508}