Wire Sysio
Wire Sysion 1.0.0
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
y
Enumerations
_
a
b
c
e
f
i
k
l
m
o
p
r
s
t
u
v
w
y
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Properties
Related Symbols
:
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
z
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
r
s
t
u
v
w
x
y
z
Enumerations
a
c
e
f
h
l
n
o
p
r
s
t
u
w
x
y
Enumerator
_
a
b
c
d
e
f
i
k
l
m
n
o
p
r
s
t
u
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
▼
Wire Sysio
AppBase
LICENSE
LICENSE
Change Log
►
DOM
DOM
►
Encoding
编码
FAQ
常见问题
Features
特点
►
Internals
内部架构
►
NPM
Performance
性能
►
Pointer
Pointer
►
SAX
SAX
►
Schema
►
Schema
►
Stream
流
►
Tutorial
教程
readme
readme.zh-cn
How to become a contributor and submit your own code
Defining a Mock Class
CookBook
DesignDoc
Documentation
ForDummies
FrequentlyAskedQuestions
KnownIssues
advanced
faq
Using GoogleTest from various build systems
Introduction: Why Google C++ Testing Framework?
PumpManual
samples
XcodeGuide
Java class files(under construction)
High-Speed Software Implementation of the Optimal Ate Pairing over Barreto-Naehrig Curves
Xbyak 5.63 ; JIT assembler for x86(IA32), x64(AMD64, x86-64) by C++
LICENSE
Changelog
Release Process
The safegcd implementation in libsecp256k1 explained
Security Policy
changelog
WebSocket++ (0.7.0)
roadmap
Broadcast Tutorial
Chat Tutorial
Utility Client Example Application Tutorial
Utility Server Example Application Tutorial
Building SYS-VM
Contributor Covenant Code of Conduct
assertions
ci-and-misc
cmake-integration
command-line
commercial-users
configuration
contributing
deprecations
event-listeners
generators
limitations
list-of-examples
logging
matchers
opensource-users
other-macros
own-main
Readme
release-notes
release-process
reporters
slow-compiles
test-cases-and-sections
test-fixtures
tostring
tutorial
why-catch
LICENSE
Community Plugin List
sysio.system.clauses
Deprecated List
Todo List
►
Topics
►
Namespaces
▼
Classes
▼
Class List
►
A
►
appbase
►
B
►
bar
►
bn
►
boost
►
Catch
►
chainbase
►
clara
►
CLI
►
cybozu
▼
fc
►
crypto
►
detail
►
ecc
►
em
►
equihash
►
ip
►
json_relaxed
►
raw
►
rpc
►
tcp_server
►
tcp_socket
►
actor
►
aes_decoder
►
aes_encoder
►
aligned
►
api
►
api_base
►
api_connection
►
appender
►
appender_config
►
appender_factory
►
array
►
array< char, N >
►
array< unsigned char, N >
►
bigint
►
binary_api_connection
►
blake2b_state
►
blake2b_wrapper
►
blob
►
bloom_filter
►
bloom_parameters
►
blowfish
►
buffered_istream
►
buffered_ostream
►
cfile
►
cfile_datastream
►
comma_numpunct
►
console_appender
datastream
►
datastream< Container, typename std::enable_if_t<(std::is_same_v< std::vector< char >, Container >||std::is_same_v< std::deque< char >, Container >)> >
►
datastream< fc::cfile, void >
►
datastream< size_t, void >
►
datastream< Streambuf, typename std::enable_if_t< std::is_base_of_v< std::streambuf, Streambuf > > >
►
datastream< T, std::enable_if_t< std::is_same_v< T, char * >||std::is_same_v< T, const char * >||std::is_same_v< T, const unsigned char * > > >
►
deduce
►
deduce< const T & >
►
deduce< const T && >
►
deduce< T & >
►
deduce< T && >
►
device_adaptor
►
diffie_hellman
►
directory_iterator
►
dmlog_appender
►
enum_type
►
exception
►
exception_factory
►
false_type
►
file_mapping
►
fixed_string
►
from_static_variant
►
from_variant_visitor
►
fwd
►
gelf_appender
►
generic_api
get_typename
get_typename< __int128 >
get_typename< bool >
get_typename< char >
get_typename< double >
get_typename< fc::array< T, N > >
get_typename< fc::exception >
get_typename< flat_set< T > >
get_typename< float >
get_typename< int16_t >
get_typename< int32_t >
get_typename< int64_t >
get_typename< int8_t >
get_typename< path >
get_typename< signed_int >
get_typename< std::deque< T > >
get_typename< std::map< K, V > >
get_typename< std::optional< T > >
get_typename< std::vector< char > >
get_typename< std::vector< T > >
get_typename< string >
get_typename< uint160_t >
get_typename< uint16_t >
get_typename< uint32_t >
get_typename< uint64_t >
get_typename< uint8_t >
get_typename< unsigned __int128 >
get_typename< unsigned_int >
get_typename< value >
get_typename< void >
has_reflector_init
►
hmac
►
http_client
►
http_client_impl
identity_member
if_enum
if_enum< fc::true_type >
►
iobuffer
►
iprocess
►
is_class
►
is_tuple
►
json
►
local_api_connection
►
local_binary_api_connection
►
log_config
►
log_context
►
log_level
►
log_message
►
logger
►
logger_config
►
logging_config
►
mapped_region
►
mb_datastream
►
mb_peek_datastream
►
message_buffer
►
microseconds
►
mmap_struct
►
mock_time_traits
►
mutable_variant_object
►
noncopyable
optional_delegate
►
optional_delegate< R(Args...)>
►
optional_trace
overloaded
►
path
►
private_key
►
process
►
public_key
►
real128
►
recursive_directory_iterator
reflect_init
►
reflector
►
reflector_init_visitor
►
remove_reference
►
remove_reference< T & >
►
remove_reference< T && >
►
ripemd160
►
safe
►
sblock
►
scoped_exit
►
sha1
►
sha224
►
sha256
►
sha3
►
sha3_impl
►
sha512
►
signed_int
►
simple_lock_file
►
size_stream
►
ssl_bignum
►
ssl_wrapper
►
std_exception_wrapper
►
temp_directory
►
temp_file
►
temp_file_base
►
time_point
►
time_point_sec
►
to_static_variant
►
to_variant_visitor
►
tracked_storage
►
true_type
tuple
►
tuple<>
►
udp_socket
►
udt_epoll_service
►
uint128
►
unhandled_exception
►
unique_ptr
►
unsigned_int
►
url
►
variant
►
variant_object
►
variant_stream
vector
visitor
vtable
►
vtable_copy_visitor
►
zipkin
zipkin_config
►
zipkin_span
►
zipkin_trace
►
Floats
►
foo
►
internal
►
Intrinsics
►
IR
►
libff
►
LLVMJIT
►
mie
►
my_namespace
►
myjson
►
namespace1
►
namespace2
►
NFA
►
ObjectWithConversions
►
picojson
►
Runtime
►
Serialization
►
std
►
sysio
►
sysiobios
►
sysioboot
►
sysiosystem
►
system_contracts
►
testing
►
Timing
►
utf8
►
WASM
►
WAST
►
websocketpp
►
Xbyak
►
_hash_ctx
►
_Msg
►
A
►
action
►
add_file_system_fixture
►
AddFunc
AdHocTestResultTest
►
aes_cmac_context_t
►
aes_context
►
AHashTable
Allocator
►
approve_producer_subcommand
Archiver
►
Argument
►
ASCII
►
AssertException
►
AutoUTF
►
AutoUTFInputStream
►
AutoUTFOutputStream
►
Awkward
►
backend_functions
►
BarEnvironment
►
Base
►
BaseReaderHandler
►
BasicIStreamWrapper
►
BasicOStreamWrapper
►
BCinfo
►
bench_data
►
bench_ecdh_data
►
bench_inv
►
bench_recover_data
►
bench_schnorrsig_data
►
bench_sign_data
►
bench_verify_data
►
bidname_info_subcommand
►
bidname_subcommand
►
BiggestIntConvertible
►
Bigint
►
bignum_error
►
Binary
►
blocklog
►
book
►
Bool
►
Box
►
Brainfuck
►
broadcast_server
►
buffered_snapshot_suite
►
buyram_subcommand
►
buyrex_subcommand
by_secondary
►
Call
►
CallAtoi
►
canceldelay_subcommand
►
cancelrexorder_subcommand
►
Canvas
►
CapitalizeFilter
Catch_global_namespace_dummy
►
CAutoBN_CTX
►
CBigNum
►
chain_plugin
►
Circle
►
ck_attribute
►
ck_c_initialize_args
►
ck_date
►
CK_ECDH1_DERIVE_PARAMS
►
ck_function_list
►
ck_info
►
ck_mechanism
►
ck_mechanism_info
►
CK_RSA_PKCS_OAEP_PARAMS
►
CK_RSA_PKCS_PSS_PARAMS
►
ck_session_info
►
ck_slot_info
►
ck_token_info
►
ck_version
►
claimrewards_subcommand
ClassName
►
closerex_subcommand
►
cnv
►
Code
►
Code2
►
Command
CommentTest
►
commonNaN
►
CommonTest
►
config
►
config_tls
►
conflict_element_t
►
connection_data
►
connection_extension
►
connection_metadata
►
connection_setup
►
consolidate_subcommand
►
context
ConversionHelperBase
ConversionHelperDerived
►
ConvertibleToAssertionResult
►
count_server
►
Counter
►
create_account_subcommand
►
CrtAllocator
►
curl_data
►
CursorStreamWrapper
►
custom_config
CustomFunctionNamingTest
CustomFunctorNamingTest
CustomIntegerNamingTest
►
CustomParamNameFunctor
►
CustomStringStream
►
CustomStruct
CustomStructNamingTest
►
Data
database
►
DBConnection
►
debug_config_client
►
debug_custom
►
decrypt_info
►
defcpuloan_subcommand
►
deflate_config
►
defnetloan_subcommand
►
delegate_bandwidth_subcommand
►
DenseStaticIntSet
►
Dependent
►
deposit_subcommand
►
digest_info
DisabledTest
►
DogAdder
►
double_bits
►
dummy_con
►
Ec1
►
Ec2
►
ecdh_session_key
echo_handler
►
ecmult_multi_data
►
Education
►
Employee
►
EncodedInputStream
►
EncodedInputStream< UTF8<>, MemoryStream >
►
EncodedOutputStream
►
EncodedStreamTest
Encoding
►
encrypt_info
►
endpoint_extension
►
eos_vm_oc_control_block
►
eosd_def
►
err_t
►
ErrorSample
►
example_host_methods
►
exp16_sig32
►
exp16_sig64
►
exp8_sig16
►
ExpectFailureTest
►
ext_vars
ExternalGeneratorTest
ExternalInstantiationTest
►
extFloat80M
►
extraction_test_fixture
FailedTest
FailingParamTest
►
FatalFailureInFixtureConstructorTest
►
FatalFailureInSetUpTest
►
Fib
►
FieldHelper
►
FileReadStream
►
FileStreamTest
►
FileWriteStream
►
FilterKeyHandler
►
FilterKeyReader
►
find_info
►
Fixture
►
float128_t
►
float16_t
►
float32_t
►
float64_t
►
Foo
►
foo
►
FooEnvironment
FooTest
►
Fp
►
Fp12
►
Fp2
►
FuncGen
►
fundcpuloan_subcommand
►
fundnetloan_subcommand
►
G2
GeneratorEvaluationTest
►
GenericArray
►
GenericDocument
►
GenericInsituStringStream
►
GenericMember
►
GenericMemberIterator
►
GenericMemoryBuffer
►
GenericObject
►
GenericPointer
►
GenericReader
►
GenericSchemaDocument
►
GenericSchemaValidator
►
GenericStreamWrapper
►
GenericStringBuffer
►
GenericStringRef
►
GenericStringStream
►
GenericTbl
►
GenericValue
►
get_schedule_subcommand
►
get_transaction_id_subcommand
►
GetAddressCode1
►
GetAddressCode2
►
GMockOutputTest
►
Grammar
►
Group
Handler
►
HandlerTerminateAtEndArray
►
HandlerTerminateAtEndObject
►
HandlerTerminateAtStartArray
►
HandlerTerminateAtStartObject
►
has_stateful_conversion
►
helper_1436
Hidden
►
history_context_wrapper
►
history_serial_wrapper
►
host_def
►
host_functions_exit
host_functions_stateful_converter
host_functions_throw
►
IGenericRemoteSchemaDocumentProvider
►
imaxdiv_t
►
Init
►
init_backend
InstantiationInMultipleTranslaionUnitsTest
►
Interface
►
IntWrapper
►
InvokeHelper
is_error_code_enum< websocketpp::error::value >
is_error_code_enum< websocketpp::extensions::error::value >
is_error_code_enum< websocketpp::extensions::permessage_deflate::error::value >
is_error_code_enum< websocketpp::processor::error::processor_errors >
is_error_code_enum< websocketpp::transport::asio::error::value >
is_error_code_enum< websocketpp::transport::debug::error::value >
is_error_code_enum< websocketpp::transport::error::value >
is_error_code_enum< websocketpp::transport::iostream::error::value >
is_error_code_enum< websocketpp::transport::stub::error::value >
is_true
►
IStreamWrapper
►
IterativeParsingReaderHandler
►
Jit
►
JmpAtoi
►
JsonReader
►
JsonReaderStackItem
►
JsonWriter
►
JsonxWriter
►
last_run_def
►
launcher_def
►
lendrex_subcommand
►
LineGenerator
►
List
►
list_bw_subcommand
►
list_producers_subcommand
►
ListItem
►
Lit
►
local_identity
►
LookaheadParser
►
LookaheadParserHandler
MacroNamingTest
MacroNamingTestNonParametrized
►
mechanism
►
MemoryPoolAllocator
►
MemoryStream
►
MessageHandler
►
minimal_vis
►
Mock
►
mock_con
►
mock_endpoint
►
MockFoo
MontgomeryDummy
MontgomeryTest
►
move_only
►
Mpz
MultipleInstantiationTest
►
mvfrsavings_subcommand
►
mvtosavings_subcommand
my_host_functions
►
MyAllocator
MyArray
►
MyException
►
MyExceptionMatcher
►
MyHandler
►
MyListener
►
MyString
►
MyType
►
NameComparator
NamingTest
►
net_plugin
►
nm_debug_info
nm_options
►
Node
►
node_rt_info
NonContainer
►
NonFatalFailureInFixtureConstructorTest
►
NonFatalFailureInSetUpTest
►
NonParameterizedBaseTest
►
NoOpHandler
►
NotReallyAHashTable
►
NullStream
►
NumbersAsStringsHandler
►
Obj
►
<OcFixture>
►
OnTheFlyPrimeTable
►
op
►
Opaque
►
OStreamWrapper
►
out_buff
►
OutputStringStream
ParameterizedDeathTest
►
ParameterizedDerivedTest
ParamTest
►
ParseArrayHandler
►
ParseBoolHandler
►
ParseDoubleHandler
►
ParseEmptyObjectHandler
►
ParseInt64Handler
►
ParseIntHandler
►
ParseMultipleRootHandler
►
ParseObjectHandler
►
Parser
►
ParseResult
►
ParserJit
►
ParseStringHandler
►
ParseUint64Handler
►
ParseUintHandler
►
perftest
►
Person
►
Point
►
point
PointerIntHelper
►
PointerIntHelper< 4 >
►
PointerIntHelper< 8 >
►
PopCountTest
►
powup_results
►
PreCalculatedPrimeTable
►
PredFormatFunctor1
►
PredFormatFunctor2
►
PredFormatFunctor3
►
PredFormatFunctor4
►
PredFormatFunctor5
►
PredFunctor1
►
PredFunctor2
►
PredFunctor3
►
PredFunctor4
►
PredFunctor5
►
Predicate1Test
►
Predicate2Test
►
Predicate3Test
►
Predicate4Test
►
Predicate5Test
►
PrettyWriter
►
PrimeTable
►
print_server
►
PrivateCode
►
processor_setup
►
processor_setup_ext
►
prodkey_def
producer_names
►
producer_set_def
►
PropertyOne
PropertyRecordingTest
►
PropertyTwo
►
ProtectedFixtureMethodsTest
►
Ptn
►
Quantize
►
Queue
►
QueueNode
►
Random
►
RandomIntGenerator
►
RapidJson
►
ReadMMX
►
Reg
►
register_producer_subcommand
►
regproxy_subcommand
►
remote_deploy
►
RemoteSchemaDocumentProvider
►
rentcpu_subcommand
►
rentnet_subcommand
►
repetition_stats
►
report_time
►
Reset
►
resmon_fixture
►
response_test_fixture
►
rex_results
►
rexexec_subcommand
►
S
►
Sample
►
ScanCopyUnescapedStringHandler
►
Schema
►
SchemaValidatingReader
►
scoped_timer
►
Scp_ctx
►
secp256k1_assumption_checker
►
secp256k1_callback
►
secp256k1_context_struct
►
secp256k1_ecdsa_recoverable_signature
►
secp256k1_ecdsa_signature
►
secp256k1_ecmult_gen_context
►
secp256k1_fe
►
secp256k1_fe_storage
►
secp256k1_ge
►
secp256k1_ge_storage
►
secp256k1_gej
►
secp256k1_hmac_sha256
►
secp256k1_keypair
►
secp256k1_modinv32_modinfo
►
secp256k1_modinv32_signed30
►
secp256k1_modinv32_trans2x2
►
secp256k1_modinv64_modinfo
►
secp256k1_modinv64_signed62
►
secp256k1_modinv64_trans2x2
►
secp256k1_pippenger_point_state
►
secp256k1_pippenger_state
►
secp256k1_pubkey
►
secp256k1_rfc6979_hmac_sha256
►
secp256k1_scalar
►
secp256k1_schnorrsig_extraparams
►
secp256k1_scratch_space_struct
►
secp256k1_sha256
►
secp256k1_strauss_point_state
►
secp256k1_strauss_state
►
secp256k1_xonly_pubkey
►
sellram_subcommand
►
sellrex_subcommand
►
SeparateInstanceTest
►
SequenceTestingListener
►
server_identities
►
server_name_def
►
set_account_permission_subcommand
►
set_action_permission_subcommand
►
SHA3_CTX
►
Shape
►
sign_info
►
space_handler_fixture
►
state
►
state_t
►
stateful_cnv
►
stateful_conversion
►
StatefulNamingFunctor
►
StatefulNamingTest
►
StaticAssertTypeEqTestHelper
Stream
►
StreamableInGlobal
StreamTraits
StreamTraits< GenericInsituStringStream< Encoding > >
StreamTraits< GenericStringStream< Encoding > >
►
stub
►
stub_con
►
stub_config
►
stub_config_ext
►
Student
SuccessfulTest
►
tcp_echo_server
►
tcp_echo_session
►
telemetry_client
►
telemetry_server
►
temp_file_fixture
►
TerminateHandler
►
Test
TEST_before_TEST_F_in_same_test_case
►
test_element_t
test_exception
TEST_F_before_TEST_in_same_test_case
►
test_size
►
test_size2
►
TestClass
►
testee_config
►
TestFixture
►
TestGenerationEnvironment
►
TestGenerationTest
TestingVector
►
TestListener
►
testnet_def
►
TestObj
►
threshold_fixture
ThrowListener
►
tn_node_def
►
ToyVm
Traits
Traits< int32_t >
Traits< int64_t >
Traits< uint32_t >
Traits< uint64_t >
Transcoder
Transcoder< Encoding, Encoding >
►
twords
►
type_converter32
►
type_converter64
TypedTest
TypeParamTest
►
U
►
u_APDU
►
udwords
►
ui16_f16
►
ui32_f32
►
ui64_f64
►
unapprove_producer_subcommand
►
Unary
►
undelegate_bandwidth_subcommand
►
UniqueTestsFixture
►
UnprintableTemplateInGlobal
►
unregister_producer_subcommand
►
unregproxy_subcommand
►
unstaketorex_subcommand
►
Unstreamable
►
updaterex_subcommand
►
urlComponents
►
UTF16
UTF16BE
UTF16LE
►
UTF32
UTF32BE
UTF32LE
►
UTF8
►
utility_server
►
utwords
►
V
►
ValueCounter
►
ValueIntComparer
ValueParamTest
►
variant_snapshot_suite
►
verify_info
VeryLoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooogName
►
Vm
►
vote_producer_proxy_subcommand
►
vote_producers_subcommand
►
websocket_endpoint
►
Widget
►
withdraw_subcommand
►
WriteMMX
►
Writer
XT
►
XXH32_canonical_t
►
XXH64_canonical_t
►
yh_capabilities
►
yh_connector
►
yh_log_entry
►
yh_object_descriptor
►
yh_session
►
ykyh_list_entry
►
ykyh_state
►
yubihsm_context
►
yubihsm_pkcs11_context
►
yubihsm_pkcs11_object_desc
►
yubihsm_pkcs11_object_template
►
yubihsm_pkcs11_op_info
►
yubihsm_pkcs11_session
►
yubihsm_pkcs11_slot
Class Index
►
Class Hierarchy
►
Class Members
►
Files
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
Public Types
|
List of all members
fc::false_type Struct Reference
#include <
utility.hpp
>
Public Types
enum
_value
{
value
= 0 }
Detailed Description
Definition at line
45
of file
utility.hpp
.
Member Enumeration Documentation
◆
_value
enum
fc::false_type::_value
Enumerator
value
Definition at line
45
of file
utility.hpp
.
45
{
enum
_value
{
value
= 0 }; };
fc::false_type::_value
_value
Definition
utility.hpp:45
fc::false_type::value
@ value
Definition
utility.hpp:45
The documentation for this struct was generated from the following file:
libraries/fc/include/fc/
utility.hpp
fc
false_type
Generated by
1.12.0