Changes in src/Actions/toCLIString.hpp [33e801:27d0bc]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Actions/toCLIString.hpp
r33e801 r27d0bc 21 21 22 22 class element; 23 struct KeyValuePair;24 23 class RealSpaceMatrix; 25 24 class Vector; … … 78 77 template <> const std::string toCLIString( const std::string& _value); 79 78 80 template <> const std::string toCLIString( const KeyValuePair& _value);81 82 79 #endif /* TOCLISTRING_HPP_ */
Note:
See TracChangeset
for help on using the changeset viewer.