source: XIOS/dev/dev_rv/src4/xmlio/string_util.hpp @ 2348

Last change on this file since 2348 was 258, checked in by hozdoba, 13 years ago
File size: 1.0 KB
Line 
1/* ************************************************************************** *
2 *      Copyright © IPSL/LSCE, XMLIOServer, Avril 2010 - Octobre 2011         *
3 * ************************************************************************** */
4
5#ifndef __STRING_UTIL_HPP__
6#define __STRING_UTIL_HPP__
7
8/**
9 * \file    string_util.hpp
10 * \brief   Définition de quelques méthodes pratiques pour travailler avec les chaîne de caractÚres (entête).
11 * \author  Hervé Ozdoba
12 * \version 0.4
13 * \date    12 Juillet 2011
14 */
15
16 #ifndef __XIOS_NO_EXTERN
17 
18// boost Headers
19#include <boost/multi_array.hpp>
20#include <boost/lexical_cast.hpp>
21
22#endif // __XIOS_NO_EXTERN
23
24// /////////////////////////////// Définitions ////////////////////////////// //
25
26namespace xmlioserver
27{
28   /**
29    * \class CStringUtil
30    * \brief Classe regroupant quelques méthodes pratiques pour travailler avec les chaînes de caractÚres.
31    */
32   class CStringUtil
33   {
34     
35   }; // CStringUtil
36   
37} // namespace xmlioserver
38
39#endif // __STRING_UTIL_HPP__
Note: See TracBrowser for help on using the repository browser.