Wire Sysio
Wire Sysion 1.0.0
Loading...
Searching...
No Matches
datastream.cpp
Go to the documentation of this file.
1
#include <
fc/io/datastream.hpp
>
2
#include <
fc/exception/exception.hpp
>
3
4
NO_RETURN
void
fc::detail::throw_datastream_range_error
(
char
const
* method,
size_t
len
,
int64_t
over)
5
{
6
FC_THROW_EXCEPTION
( out_of_range_exception,
"${method} datastream of length ${len} over by ${over}"
, (
"method"
,
fc::string
(method))(
"len"
,
len
)(
"over"
,over) );
7
}
datastream.hpp
exception.hpp
Defines exception's used by fc.
FC_THROW_EXCEPTION
#define FC_THROW_EXCEPTION(EXCEPTION, FORMAT,...)
Definition
exception.hpp:395
fc::detail::throw_datastream_range_error
NO_RETURN void throw_datastream_range_error(const char *file, size_t len, int64_t over)
Definition
datastream.cpp:4
fc::string
std::string string
Definition
string.hpp:10
int64_t
signed __int64 int64_t
Definition
stdint.h:135
NO_RETURN
#define NO_RETURN
Definition
utility.hpp:15
len
size_t len
Definition
yubihsm_pkcs11.c:4771
libraries
fc
src
io
datastream.cpp
Generated by
1.12.0