HOPS
HOPS class reference
MHO_VexLine.hh
Go to the documentation of this file.
1 #ifndef MHO_VexLine_HH__
2 #define MHO_VexLine_HH__
3 
4 #include <string>
5 
6 namespace hops
7 {
8 
21 {
22  std::size_t fLineNumber;
23  std::size_t fStatementNumber;
24  std::string fContents;
25  bool fIsLiteral;
26 };
27 
28 } // namespace hops
29 
30 #endif
Definition: MHO_ChannelLabeler.hh:17
std::size_t fStatementNumber
Definition: MHO_VexLine.hh:23
std::string fContents
Definition: MHO_VexLine.hh:24
std::size_t fLineNumber
Definition: MHO_VexLine.hh:22
bool fIsLiteral
Definition: MHO_VexLine.hh:25
Class MHO_VexLine.
Definition: MHO_VexLine.hh:21