g4tools  5.4.0
Namespaces | Macros | Functions
file_format File Reference
#include "S_STRING"
#include <string>
#include <vector>
Include dependency graph for file_format:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tools
 inlined C code : ///////////////////////////////////
 
 tools::file
 

Macros

#define tools_file_format
 
#define TOOLS_GLOBAL_EXT(a_name)
 

Functions

 tools::file::TOOLS_GLOBAL_STRING (format_dst) inline void formats(std
 
std::string tools::file::ext_fmt (const std::string &a_ext)
 
bool tools::file::need_placement (const std::string &a_format)
 
bool tools::file::is_paper_format (const std::string &a_format)
 
bool tools::file::is_inzb_format (const std::string &a_format)
 
bool tools::file::paper_format_extension (const std::string &a_format, std::string &a_ext)
 

Macro Definition Documentation

◆ tools_file_format

#define tools_file_format

Definition at line 5 of file file_format.

◆ TOOLS_GLOBAL_EXT

#define TOOLS_GLOBAL_EXT (   a_name)
Value:
inline const std::string& s_ext_##a_name() {\
static const std::string s_v("."+std::string(#a_name));\
return s_v;\
}