|
ximol/macros.hpp File Reference
Detailed Description
Define XiMoL macros.
- Author:
- Tournois Florent
- Version:
- 1.0
- Id
- macros.hpp,v 1.4 2004/02/22 10:27:32 tournois Exp
- Log
- macros.hpp,v
Revision 1.4 2004/02/22 10:27:32 tournois Add some doc.
Revision 1.3 2004/02/22 09:54:19 tournois Change years on the copyright.
Revision 1.2 2003/11/02 19:23:01 tournois Go to the boost coding standard. Change all name to lower case.
Revision 1.1 2003/09/24 08:28:17 tournois Create the namespace Encoders, Parser, Xml Change the library organization. add VC7.1 project for this organization.
Definition in file macros.hpp.
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
#define XIMOL_ADD_FACET |
( |
locale_name, |
|
|
facet_name |
|
) |
::std::locale( locale_name , facet_name )
|
|
#define XIMOL_DEFAULT_ENCODING "UTF-8"
|
|
#define XIMOL_HAS_FACET |
( |
locale_name, |
|
|
facet_name |
|
) |
::std::has_facet< facet_name >( locale_name )
|
|
#define XIMOL_MIN |
( |
a, |
|
|
b |
|
) |
((b) < (a) ? (b) : (a))
|
|
#define XIMOL_STANDARD_FACET
|
|
#define XIMOL_TEMPLATE_NULL
|
|
#define XIMOL_USE_FACET |
( |
locale_name, |
|
|
facet_name |
|
) |
::std::use_facet< facet_name >( locale_name )
|
|
|
|