src/misc/blob.hpp
changeset 8626 440dfcd14c4a
parent 8533 a9b708fe4a00
child 10429 1b99254f9607
equal deleted inserted replaced
8625:917bf7147a48 8626:440dfcd14c4a
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /** @file blob.hpp */
     3 /** @file blob.hpp */
     4 
     4 
     5 #ifndef  BLOB_HPP
     5 #ifndef BLOB_HPP
     6 #define  BLOB_HPP
     6 #define BLOB_HPP
       
     7 
       
     8 #include "../core/alloc_func.hpp"
     7 
     9 
     8 /** Type-safe version of memcpy().
    10 /** Type-safe version of memcpy().
     9  * @param d destination buffer
    11  * @param d destination buffer
    10  * @param s source buffer
    12  * @param s source buffer
    11  * @param num_items number of items to be copied (!not number of bytes!) */
    13  * @param num_items number of items to be copied (!not number of bytes!) */