Class Reference for E1039 Core & Analysis Software
UtilTarget.h
Go to the documentation of this file.
1 #ifndef _UTIL_TARGET__H_
2 #define _UTIL_TARGET__H_
3 #include <string>
4 
6 namespace UtilTarget {
7  std::string GetName(const unsigned int tgt_pos);
8 }; // namespace UtilTarget
9 
10 #endif /* _UTIL_TARGET__H_ */
A set of utility functions about the target info.
Definition: UtilTarget.h:6
std::string GetName(const unsigned int tgt_pos)
Return the name for the given target position.
Definition: UtilTarget.cc:6