SST/macro
serializer_fwd.h
Go to the documentation of this file.
1 #ifndef spkt_serializer_FWD_H
2 #define spkt_serializer_FWD_H
3 
4 namespace sprockit {
5 
6 class serializer;
7 
8 }
9 
10 #endif // spkt_serializer_FWD_H
11