Changeset 2114 for code/branches/objecthierarchy/src/util
- Timestamp:
- Nov 2, 2008, 12:59:58 PM (16 years ago)
- Location:
- code/branches/objecthierarchy/src/util
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/objecthierarchy/src/util/Clipboard.cc
r2111 r2114 30 30 31 31 /** 32 @file Clipboard.cc32 @file 33 33 @brief OS-specific implementations of the clipboard functions. 34 34 */ -
code/branches/objecthierarchy/src/util/Clipboard.h
r2111 r2114 28 28 29 29 /** 30 @file Clipboard.h30 @file 31 31 @brief Some functions to exchange text between the OS clipboard and Orxonox. 32 32 -
code/branches/objecthierarchy/src/util/Debug.h
r2111 r2114 28 28 29 29 /** 30 @file Debug.h30 @file 31 31 @brief Handles different output-levels of errors, warnings, infos and debug informations. 32 32 -
code/branches/objecthierarchy/src/util/Math.h
r2111 r2114 28 28 29 29 /** 30 @file Math.h30 @file 31 31 @brief Declaration and implementation of several math-functions, typedefs of some Ogre::Math classes to the orxonox namespace. 32 32 */ -
code/branches/objecthierarchy/src/util/MultiType.cc
r2111 r2114 28 28 29 29 /** 30 @file MultiType.cc30 @file 31 31 @brief Implementation of the MultiType. 32 32 */ -
code/branches/objecthierarchy/src/util/MultiType.h
r2111 r2114 28 28 29 29 /** 30 @file MultiType.h30 @file 31 31 @brief Declaration of the MultiType and some helper constructs. 32 32 -
code/branches/objecthierarchy/src/util/MultiTypeValue.h
r2111 r2114 28 28 29 29 /** 30 @file MultiTypeValue.h30 @file 31 31 @brief Declaration and Implementation of the MT_Value<T> class. 32 32 -
code/branches/objecthierarchy/src/util/OutputBuffer.cc
r1791 r2114 28 28 29 29 /** 30 @file OutputBuffer.cc30 @file 31 31 @brief Implementation of the OutputBuffer. 32 32 */ -
code/branches/objecthierarchy/src/util/OutputBuffer.h
r2111 r2114 28 28 29 29 /** 30 @file OutputBuffer.h30 @file 31 31 @brief Declaration of the OutputBuffer class. 32 32 -
code/branches/objecthierarchy/src/util/OutputHandler.cc
r2019 r2114 28 28 29 29 /** 30 @file OutputHandler.cc30 @file 31 31 @brief Implementation of the OutputHandler class. 32 32 */ -
code/branches/objecthierarchy/src/util/OutputHandler.h
r1791 r2114 28 28 29 29 /** 30 @file OutputHandler.h30 @file 31 31 @brief Definition of the OutputHandler class. 32 32 -
code/branches/objecthierarchy/src/util/String.cc
r2111 r2114 28 28 29 29 /** 30 @file String.cc30 @file 31 31 @brief Implementation of several string manipulation functions. 32 32 */ -
code/branches/objecthierarchy/src/util/String.h
r2111 r2114 28 28 29 29 /** 30 @file String.h30 @file 31 31 @brief Declaration of several string manipulation functions, used in many parts of the game. 32 32 */ -
code/branches/objecthierarchy/src/util/SubString.h
r2111 r2114 38 38 39 39 /*! 40 * @file substring.h40 * @file 41 41 * @brief a small class to get the parts of a string separated by commas 42 42 *
Note: See TracChangeset
for help on using the changeset viewer.