Monero
Namespaces | Macros | Functions
string_tools_lexical.h File Reference
#include "warnings.h"
#include "storages/parserse_base_utils.h"
#include <boost/lexical_cast.hpp>
Include dependency graph for string_tools_lexical.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 epee
 TODO: (mj-xmr) This will be reduced in an another PR.
 
 epee::string_tools
 

Macros

#define OUT
 

Functions

template<class XType >
PUSH_WARNINGS bool epee::string_tools::get_xtype_from_string (OUT XType &val, const std::string &str_id)
 
template<class XType >
POP_WARNINGS bool epee::string_tools::xtype_to_string (const XType &val, std::string &str)
 

Macro Definition Documentation

◆ OUT

#define OUT