update cppcommon

This commit is contained in:
gwdwyy 2013-07-20 13:19:34 +08:00
parent 562b376869
commit 475ea15f87
14 changed files with 56 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#include "config.h" #include "config.h"
#include "str_functs.h" #include "str_functs.h"

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_CONFIG_H #ifndef CPPCOMMON_CONFIG_H
#define CPPCOMMON_CONFIG_H #define CPPCOMMON_CONFIG_H

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#include "file_functs.h" #include "file_functs.h"
namespace CPPCOMMON namespace CPPCOMMON

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_FILE_FUNCTS_H #ifndef CPPCOMMON_FILE_FUNCTS_H
#define CPPCOMMON_FILE_FUNCTS_H #define CPPCOMMON_FILE_FUNCTS_H

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#include "io_functs.h" #include "io_functs.h"
namespace CPPCOMMON namespace CPPCOMMON

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_IO_FUNCTS_H #ifndef CPPCOMMON_IO_FUNCTS_H
#define CPPCOMMON_IO_FUNCTS_H #define CPPCOMMON_IO_FUNCTS_H
#include <fstream> #include <fstream>

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#include "logger.h" #include "logger.h"
namespace CPPCOMMON namespace CPPCOMMON
{ {

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_LOGGER_H #ifndef CPPCOMMON_LOGGER_H
#define CPPCOMMON_LOGGER_H #define CPPCOMMON_LOGGER_H

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#include "str_functs.h" #include "str_functs.h"
namespace CPPCOMMON namespace CPPCOMMON

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_STR_FUNCTS_H #ifndef CPPCOMMON_STR_FUNCTS_H
#define CPPCOMMON_STR_FUNCTS_H #define CPPCOMMON_STR_FUNCTS_H
#include <fstream> #include <fstream>

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_TYPEDEFS_H #ifndef CPPCOMMON_TYPEDEFS_H
#define CPPCOMMON_TYPEDEFS_H #define CPPCOMMON_TYPEDEFS_H

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#include "vec_functs.h" #include "vec_functs.h"
#ifdef TEST_VEC_FUNCTS #ifdef TEST_VEC_FUNCTS

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_VEC_FUNCTS_H #ifndef CPPCOMMON_VEC_FUNCTS_H
#define CPPCOMMON_VEC_FUNCTS_H #define CPPCOMMON_VEC_FUNCTS_H
#include <iostream> #include <iostream>

View File

@ -1,3 +1,7 @@
/************************************
* file enc : utf8
* author : wuyanyi09@gmail.com
************************************/
#ifndef CPPCOMMON_VEC_FUNCTS_TCC #ifndef CPPCOMMON_VEC_FUNCTS_TCC
#define CPPCOMMON_VEC_FUNCTS_TCC #define CPPCOMMON_VEC_FUNCTS_TCC