Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apolukhin/Boost-Cookbook
/ types & classes
Types & classes
171 in github.com/apolukhin/Boost-Cookbook
⨍
Functions
695
◇
Types & classes
171
↓ 9 callers
Class
person
Chapter09/06_multiindex/main.cpp:5
↓ 4 callers
Class
cat
Chapter08/06_tuple_to_string/main.cpp:43
↓ 4 callers
Class
int_t
Chapter10/02_int128/main.cpp:19
↓ 2 callers
Class
foo
Chapter12/05_testing/main.cpp:2
↓ 2 callers
Class
foo
Chapter08/08_splitting_tuple_hana/main.cpp:34
↓ 2 callers
Class
move_nothrow
Chapter10/05_noexcept_c++11/main.cpp:3
↓ 2 callers
Class
negative_number
Negative number that does not store minus sign.
Chapter03/04_lexical_user_defined/main.cpp:5
↓ 2 callers
Class
process_exception
Chapter06/08_exception_ptr/main.cpp:6
↓ 2 callers
Class
process_exception
Chapter06/flat/08_exception_ptr/main.cpp:118
↓ 2 callers
Class
s3
Chapter08/03_result_of_c++11/main.cpp:12
↓ 2 callers
Class
stringize_functor
Chapter08/06_tuple_to_string/main.cpp:3
↓ 1 callers
Class
db_sum
This is how a user will use your classes.
Chapter01/04_A_any_db_example/main.cpp:26
↓ 1 callers
Class
db_sum_visitor
This is how code required to sum values We can provide no template parameter to boost::static_visitor<> if our visitor returns nothing.
Chapter01/04_B_variant_db_example/main.cpp:25
↓ 1 callers
Class
descriptor_owner
Chapter01/12_A_noncopyable_movable/main.cpp:6
↓ 1 callers
Class
descriptor_owner1
Chapter01/12_A_noncopyable_movable/main.cpp:45
↓ 1 callers
Class
descriptor_owner_movable
Chapter01/12_A_noncopyable_movable/main.cpp:104
↓ 1 callers
Class
handle_accept
Chapter06/flat/09_tasks_processor_signals/main.cpp:360
↓ 1 callers
Class
handle_accept
Chapter06/flat/05_tasks_processor_multithread/main.cpp:358
↓ 1 callers
Class
handle_accept
Chapter06/flat/04_tasks_processor_network_accept/main.cpp:358
↓ 1 callers
Class
handle_accept
Chapter06/04_tasks_processor_network_accept/tasks_processor_network_accept.hpp:38
↓ 1 callers
Class
locked_device
Chapter01/05_optional/main.cpp:4
↓ 1 callers
Class
my_type
Chapter09/04_unordered/main.cpp:92
↓ 1 callers
Class
negate
Chapter12/07_gil/main.cpp:25
↓ 1 callers
Class
operation
Chapter09/01_small_vector/main.cpp:1
↓ 1 callers
Class
person_info
Chapter01/10_A_move/main.cpp:13
↓ 1 callers
Class
string_hash_fast
Chapter09/03_hash/main.cpp:50
↓ 1 callers
Class
test_functor
Chapter06/02_tasks_processor_timers/main.cpp:6
↓ 1 callers
Class
test_functor
Chapter06/flat/02_tasks_processor_timers/main.cpp:178
↓ 1 callers
Class
type_index
Chapter10/03_no_rtti/main.cpp:21
↓ 1 callers
Class
user_info
Chapter05/05_shared_lock/main.cpp:7
Class
BOOST_SYMBOL_VISIBLE
Chapter10/06_A_my_library/my_library.hpp:26
Class
MY_LIBRARY_API
Chapter10/06_A_my_library/my_library.hpp:18
Class
apply_if
Chapter08/05_lazy/main.cpp:8
Class
authorizer
Chapter06/flat/04_tasks_processor_network_accept/main.cpp:428
Class
authorizer
Chapter06/04_tasks_processor_network_accept/main.cpp:7
Class
banana
Chapter03/06_polymorphic_cast/main.cpp:7
Class
base
Chapter03/05_pointer_cast/main.cpp:1
Class
base
Chapter02/01_scoped_ptr/main.cpp:75
Class
characteristics
Chapter01/10_A_move/main.cpp:10
Class
coalesce
Chapter08/04_higher_order_metafunctions/main.cpp:8
Class
compressed_data
Chapter06/06_conveyor/main.cpp:3
Class
connection
Chapter05/06_thread_specific_ptr/main.cpp:3
Class
connection_with_data
Chapter06/03_tasks_processor_network_client/tasks_processor_network_client.hpp:9
Class
connection_with_data
Chapter06/flat/09_tasks_processor_signals/main.cpp:184
Class
connection_with_data
Chapter06/flat/05_tasks_processor_multithread/main.cpp:182
Class
connection_with_data
Chapter06/flat/04_tasks_processor_network_accept/main.cpp:182
Class
constant
Make constant.
Chapter08/02_manipulating_vector_of_types/main.cpp:5
Class
coroutine_task
Chapter11/09_coroutines/main.cpp:17
Class
correct_struct
Chapter11/07_interprocess_pointers/main.cpp:12
Class
data_packet
Chapter06/06_conveyor/main.cpp:1
Class
data_processor
Chapter04/02_enable_if_c/main.cpp:5
Class
data_processor< T, typename boost::enable_if_c<boost::is_float<T>::value >::type >
Chapter04/02_enable_if_c/main.cpp:62
Class
data_processor< T, typename boost::enable_if_c<boost::is_integral<T>::value >::type >
Chapter04/02_enable_if_c/main.cpp:46
Class
data_processor_integral
Chapter04/02_enable_if_c/main.cpp:12
Class
data_processor_sse
Chapter04/02_enable_if_c/main.cpp:19
Class
date
Chapter03/07_spirit/main.cpp:6
Class
datetime
Chapter03/08_spirit_rules/main.cpp:5
Class
declared
Chapter08/01_vector_of_types/main.cpp:32
Class
decoded_data
Chapter06/06_conveyor/main.cpp:2
Class
derived
Chapter03/05_pointer_cast/main.cpp:6
Class
derived
Chapter02/01_scoped_ptr/main.cpp:80
Class
descriptor_owner
Chapter01/11_noncopyable/main.cpp:1
Class
descriptor_owner_fixed
Chapter01/11_noncopyable/main.cpp:28
Class
do_modifications
Chapter08/02_manipulating_vector_of_types/main.cpp:24
Enum
enum_t
Chapter04/01_static_assert/main.cpp:40
Enum
enum_t
Chapter04/01_static_assert/main.cpp:45
Class
event
Chapter09/02_static_vector/main.cpp:1
Class
example_1
Somewhere in header file
Chapter03/08_spirit_rules/main.cpp:189
Class
fake_tasks_processor
Chapter02/10_base_from_member/main.cpp:21
Class
fake_tasks_processor2
Chapter02/10_base_from_member/main.cpp:62
Class
fake_tasks_processor_fixed
Chapter02/10_base_from_member/main.cpp:45
Class
fallback
Chapter08/05_lazy/main.cpp:1
Class
flattener
****************************************** Private functions **********************************************
Chapter06/flat/flatten.py:8
Class
foo
Chapter12/06_testing_advanced/foo.hpp:5
Class
foo_class
Chapter02/01_scoped_ptr/main.cpp:1
Class
foo_class
Chapter02/02_shared_ptr/main.cpp:1
Class
has_only_plus
Chapter04/06_conditional/main.cpp:76
Class
has_only_postinc
Chapter04/06_conditional/main.cpp:70
Class
height
Chapter09/06_multiindex/main.cpp:129
Class
i_hold_some_internals
Chapter07/04_format/main.cpp:4
Class
id
Chapter09/06_multiindex/main.cpp:128
Class
id_name_pair
Chapter01/07_A_tuple/main.cpp:65
Class
impl
Chapter02/01_scoped_ptr/main.cpp:107
Class
int_
Chapter04/04_mpl_int_/main.cpp:53
Class
int_processor
Functional object
Chapter02/05_function_fobject/main.cpp:11
Class
integral_constant
Chapter10/04_constexpr_c++11/main.cpp:12
Class
is_stdvector
Chapter04/05_is_stdvector/main.cpp:5
Class
is_stdvector<std::vector<T, Allocator> >
Chapter04/05_is_stdvector/main.cpp:8
Class
make_nonconst
Chapter08/07_splitting_tuple/main.cpp:50
Class
more_tests_runner
Making sure that `set_functional_object` works as expected
Chapter02/05_function_fobject/main.cpp:74
Class
my_function_cpp03
Chapter08/03_result_of_c++11/main.cpp:26
Class
my_function_cpp03<s1, s2>
Chapter08/03_result_of_c++11/main.cpp:31
Class
my_function_cpp03<s2, s1>
Chapter08/03_result_of_c++11/main.cpp:36
Class
mythrow_overflow_handler
Chapter03/03_numeric_cast/main.cpp:58
Class
name
Chapter09/06_multiindex/main.cpp:127
Class
no_change
Otherwise we do not change type.
Chapter08/02_manipulating_vector_of_types/main.cpp:8
Class
non_declared
Chapter08/01_vector_of_types/main.cpp:33
Class
object
Chapter03/06_polymorphic_cast/main.cpp:3
Class
penguin
Chapter03/06_polymorphic_cast/main.cpp:12
Class
plus_assignable_functor
Chapter04/06_conditional/main.cpp:16
next →
1–100 of 171, ranked by callers