adding api helper
This commit is contained in:
parent
f5249dc2d6
commit
a7b579e4e8
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ namespace fc
|
||||||
fc::string to_string( double );
|
fc::string to_string( double );
|
||||||
fc::string to_string( uint64_t );
|
fc::string to_string( uint64_t );
|
||||||
fc::string to_string( int64_t );
|
fc::string to_string( int64_t );
|
||||||
|
fc::string to_string( uint16_t );
|
||||||
|
|
||||||
typedef fc::optional<fc::string> ostring;
|
typedef fc::optional<fc::string> ostring;
|
||||||
class variant_object;
|
class variant_object;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue