| 
    CatapultServer
    v0.5.0.1 (Elephant)
    
   | 
 
 
 
 
Go to the documentation of this file.
   26 namespace catapult { 
namespace tools {
 
   33         void add(
const std::string& key, 
const std::string& value);
 
   36         void add(
const std::string& key, 
const std::vector<std::string>& values, 
const std::string& separator);
 
   40         void add(
const std::string& key, 
const std::array<uint8_t, N>& value) {
 
   41             std::ostringstream out;
 
   48         void add(
const std::string& key, 
const T& value) {
 
   49             std::ostringstream out;
 
   57         std::string 
str(
const std::string& prefix) 
const;
 
   67     template<
typename TValue>
 
   68     std::string 
Join(
const std::vector<TValue>& values, 
const std::string& separator) {
 
   69         std::ostringstream out;
 
   70         for (
auto i = 0u; i < values.size(); ++i) {
 
   73             if (values.size() != i + 1)
 
  
 
constexpr void HexFormat(const ByteArray< N, TTag > &)
 
Definition: AddressExtractionExtension.cpp:28