libebml_ng
children_m.h
Go to the documentation of this file.
1 #ifndef EBML_NG_LAZYLOAD_CHILDREN_M_H
2 #define EBML_NG_LAZYLOAD_CHILDREN_M_H
3 
4 #include <map>
5 #include "status.h"
6 #include "../../seekdata.h"
7 
8 
9 namespace ebml {
10  typedef std::map<off_t, std::unique_ptr<seekData_t>> children_m;
11 }
12 #endif
Definition: basictypes.h:40
std::map< off_t, std::unique_ptr< seekData_t > > children_m
Definition: children_m.h:10