Scorum
Classes | Namespaces | Functions
scorum_evaluators.cpp File Reference
#include <scorum/chain/evaluators/scorum_evaluators.hpp>
#include <scorum/rewards_math/curve.hpp>
#include <scorum/chain/services/account.hpp>
#include <scorum/chain/services/witness.hpp>
#include <scorum/chain/services/witness_vote.hpp>
#include <scorum/chain/services/comment.hpp>
#include <scorum/chain/services/comment_vote.hpp>
#include <scorum/chain/services/registration_pool.hpp>
#include <scorum/chain/services/registration_committee.hpp>
#include <scorum/chain/services/atomicswap.hpp>
#include <scorum/chain/services/dynamic_global_property.hpp>
#include <scorum/chain/services/escrow.hpp>
#include <scorum/chain/services/decline_voting_rights_request.hpp>
#include <scorum/chain/services/scorumpower_delegation.hpp>
#include <scorum/chain/services/reward_funds.hpp>
#include <scorum/chain/services/withdraw_scorumpower.hpp>
#include <scorum/chain/services/account_blogging_statistic.hpp>
#include <scorum/chain/services/comment_statistic.hpp>
#include <scorum/chain/data_service_factory.hpp>
#include <scorum/rewards_math/formulas.hpp>
#include <scorum/chain/schema/account_objects.hpp>
#include <scorum/chain/schema/atomicswap_objects.hpp>
#include <scorum/chain/schema/scorum_objects.hpp>
#include <scorum/chain/schema/witness_objects.hpp>
#include <diff_match_patch.h>
#include <boost/locale/encoding_utf.hpp>
#include <fc/uint128.hpp>
#include <fc/utf8.hpp>
#include <limits>

Go to the source code of this file.

Classes

struct  scorum::chain::strcmp_equal
 
struct  scorum::chain::comment_options_extension_visitor
 

Namespaces

 scorum
 
 scorum::chain
 

Functions

std::wstring utf8_to_wstring (const std::string &str)
 
std::string wstring_to_utf8 (const std::wstring &str)
 
void scorum::chain::validate_permlink_0_1 (const std::string &permlink)
 

Function Documentation

◆ utf8_to_wstring()

std::wstring utf8_to_wstring ( const std::string &  str)

Definition at line 37 of file scorum_evaluators.cpp.

◆ wstring_to_utf8()

std::string wstring_to_utf8 ( const std::wstring &  str)

Definition at line 42 of file scorum_evaluators.cpp.