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