Changeset 7218 in orxonox.OLD for branches/std/src/lib/util/executor
- Timestamp:
- Mar 12, 2006, 3:00:04 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/std/src/lib/util/executor/functor_list.h
r7216 r7218 74 74 //#define l_VECTOR_DEFAULT Vector(0,0,0) //!< Default value for a VECTOR 75 75 76 #define l_CSTRING_TYPE const char* //!< The type of a CSTRING77 #define l_CSTRING_FUNC isCString //!< The function to parse a CSTRING78 #define l_CSTRING_NAME "cstring" //!< The name of a CSTRING79 #define l_CSTRING_PARAM MT_STRING //!< the type of the parameter CSTRING80 #define l_CSTRING_DEFAULT "" //!< a default Value for an CSTRING81 82 76 #define l_STRING_TYPE const std::string& //!< The type of a STRING 83 77 #define l_STRING_FUNC isString //!< The function to parse a STRING 84 78 #define l_STRING_NAME "string" //!< The name of a STRING 85 #define l_STRING_PARAM MT_ CSTRING //!< the type of the parameter STRING79 #define l_STRING_PARAM MT_STRING //!< the type of the parameter STRING 86 80 #define l_STRING_DEFAULT "" //!< a default Value for an STRING 87 81
Note: See TracChangeset
for help on using the changeset viewer.