FooBar
label.h
Go to the documentation of this file.
1 #ifndef _LABEL_h_
2 #define _LABEL_h_
3 
4 #include <string>
5 
6 class Label
7 {
8 public:
9  friend class BoostSerialization;
10  friend class HPXSerialization;
11 
12  std::string name;
13 };
14 
15 #endif
friend class BoostSerialization
Definition: label.h:9
friend class HPXSerialization
Definition: label.h:10
Definition: label.h:6
std::string name
Definition: label.h:12