cfgfile 0.2.11
Loading...
Searching...
No Matches
format.hpp File Reference
#include "parser_info.hpp"
#include "exceptions.hpp"
#include "const.hpp"
#include "types.hpp"
#include <limits>
#include <QString>
+ Include dependency graph for format.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cfgfile::format_t< T, Trait >
 Format template value to the string and back. More...
 
class  cfgfile::format_t< int, string_trait_t >
 
class  cfgfile::format_t< int, wstring_trait_t >
 
class  cfgfile::format_t< int, qstring_trait_t >
 
class  cfgfile::format_t< unsigned int, string_trait_t >
 
class  cfgfile::format_t< unsigned int, wstring_trait_t >
 
class  cfgfile::format_t< unsigned int, qstring_trait_t >
 
class  cfgfile::format_t< long, string_trait_t >
 
class  cfgfile::format_t< long, wstring_trait_t >
 
class  cfgfile::format_t< long, qstring_trait_t >
 
class  cfgfile::format_t< unsigned long, string_trait_t >
 
class  cfgfile::format_t< unsigned long, wstring_trait_t >
 
class  cfgfile::format_t< unsigned long, qstring_trait_t >
 
class  cfgfile::format_t< long long, string_trait_t >
 
class  cfgfile::format_t< long long, wstring_trait_t >
 
class  cfgfile::format_t< long long, qstring_trait_t >
 
class  cfgfile::format_t< unsigned long long, string_trait_t >
 
class  cfgfile::format_t< unsigned long long, wstring_trait_t >
 
class  cfgfile::format_t< unsigned long long, qstring_trait_t >
 
class  cfgfile::format_t< double, string_trait_t >
 
class  cfgfile::format_t< double, wstring_trait_t >
 
class  cfgfile::format_t< double, qstring_trait_t >
 
class  cfgfile::format_t< typename Trait::string_t, Trait >
 
class  cfgfile::format_t< std::string, wstring_trait_t >
 
class  cfgfile::format_t< std::string, qstring_trait_t >
 
class  cfgfile::format_t< std::wstring, string_trait_t >
 
class  cfgfile::format_t< std::wstring, qstring_trait_t >
 
class  cfgfile::format_t< QString, string_trait_t >
 
class  cfgfile::format_t< QString, wstring_trait_t >
 
class  cfgfile::format_t< QString, qstring_trait_t >
 
class  cfgfile::format_t< bool, Trait >
 

Namespaces

namespace  cfgfile
 

Detailed Description

Author
Igor Mironchik (igor.mironchik at gmail dot com).

Copyright (c) 2017 Igor Mironchik

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.