RaftLib
0.3a
C++ Stream Processing Template Library
Main Page
Related Pages
Namespaces
Classes
Files
File List
submap.hpp
1
24
#ifndef _SUBMAP_HPP_
25
#define _SUBMAP_HPP_ 1
26
#include "mapbase.hpp"
27
28
class
Map
;
29
30
class
SubMap
:
public
MapBase
31
{
32
public
:
33
SubMap
();
34
virtual
~SubMap
();
35
protected
:
36
friend
class
Map
;
37
};
38
#endif
/* END _SUBMAP_HPP_ */
MapBase
Definition:
mapbase.hpp:98
SubMap
Definition:
submap.hpp:30
Map
Definition:
map.hpp:39
SubMap::~SubMap
virtual ~SubMap()
Definition:
submap.cpp:27
SubMap::SubMap
SubMap()
Definition:
submap.cpp:22
Generated on Thu Mar 19 2015 14:14:01 for RaftLib by
1.8.8