CppCMS
locale_fwd.h
1 //
3 // Copyright (C) 2008-2012 Artyom Beilis (Tonkikh) <artyomtnk@yahoo.com>
4 //
5 // See accompanying file COPYING.TXT file for licensing details.
6 //
8 #ifndef CPPCMS_LOCALE_FWD_H
9 #define CPPCMS_LOCALE_FWD_H
10 
11 #include <cppcms/config.h>
12 
13 namespace booster {
14  namespace locale {
15  class generator;
16  class info;
17  }
18 }
19 namespace cppcms {
20  namespace locale = ::booster::locale;
21 }
22 
23 
24 #endif
This is the namespace where all CppCMS functionality is placed.
Definition: application.h:19
This is the main namespace that encloses all localization classes.
Definition: locale_fwd.h:14
the major class used for locale generation
Definition: generator.h:74
a facet that holds general information about locale
Definition: info.h:27
Booster library namespace. The library that implements Boost Like API in ABI backward compatible way...
Definition: application.h:23