key.h
Go to the documentation of this file.
00001 
00059 /*
00060  * key.h
00061  *
00062  *  Created on: 29.05.2012
00063  *      Author: josh
00064  */
00065 
00066 #ifndef KEY_H_
00067 #define KEY_H_
00068 
00069 #include "object.h"
00070 
00071 namespace Dummy
00072 {
00073   class KEY
00074   {
00075   public:
00076     typedef int TYPE;
00077     typedef std::list<TYPE> KEYS; //list to test some others
00078 
00079     KEY(typename Dummy::Object::Ptr obj)
00080     {}
00081 
00082     KEYS getKeys() {
00083       KEYS r;
00084       return r;
00085     }
00086 
00087   };
00088 }
00089 
00090 
00091 
00092 #endif /* KEY_H_ */


cob_3d_mapping_slam
Author(s): Joshua Hampp
autogenerated on Wed Aug 26 2015 11:04:51