package_name.hpp
Go to the documentation of this file.
00001 
00006 #ifndef %(package)s_HPP
00007 #define %(package)s_HPP
00008 
00009 /*****************************************************************************
00010  ** Includes
00011  *****************************************************************************/
00012 
00013 /*****************************************************************************
00014  ** Namespace
00015  *****************************************************************************/
00016 
00017 namespace %(package)s
00018 {
00022   class Foo
00023   {
00024 
00025   public:
00026     Foo() {};
00027 
00028     void helloDude();
00029   };
00030 
00031 } // namespace %(package)s
00032 
00033 #endif // %(package)s_HPP


winros_create_pkg
Author(s): Daniel Stonier
autogenerated on Mon Oct 6 2014 12:28:59