CppCMS
locale.h
1 //
2 // Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 #ifndef BOOSTER_LOCALE_H_INCLUDED
9 #define BOOSTER_LOCALE_H_INCLUDED
10 
11 #include <booster/locale/boundary.h>
12 #include <booster/locale/collator.h>
13 #include <booster/locale/conversion.h>
14 #include <booster/locale/date_time.h>
15 #include <booster/locale/date_time_facet.h>
16 #include <booster/locale/encoding.h>
17 #include <booster/locale/format.h>
18 #include <booster/locale/formatting.h>
19 #include <booster/locale/generator.h>
20 #include <booster/locale/gnu_gettext.h>
21 #include <booster/locale/info.h>
22 #include <booster/locale/localization_backend.h>
23 #include <booster/locale/message.h>
24 #include <booster/locale/util.h>
25 
26 #endif
27 // vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4