MCPcopy Create free account

hub / github.com/CppCon/CppCon2014 / types & classes

Types & classes157 in github.com/CppCon/CppCon2014

↓ 14 callersClassThrowErrorFromErrno
Presentations/How to call C libraries from C++/Code/Po7/Po7_Invoke.h:42
↓ 9 callersClassNeverFails
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Checked.h:26
↓ 9 callersClassWrapper
Presentations/How to call C libraries from C++/Code/Po7/Po7_Basics.h:25
↓ 5 callersClassAnyIsTrue
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Checked.h:32
↓ 4 callersEnumsocket_domain_t
socket_domain_t is effectively a template parameter, determing the address type of a socket.
Presentations/How to call C libraries from C++/Code/Po7/Po7_is_sockaddr.h:48
↓ 4 callersEnumsocket_type_t
socket_type_t is the second paremeter to socket()
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:85
↓ 3 callersClassAnyIsFalse
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Checked.h:40
↓ 3 callersEnumshutdown_how_t
shutdown_how_t is a parameter to shutdown()
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:230
↓ 2 callersClassA
Lightning Talks/C++ Puzzlers/05_thetype-solution.cpp:4
↓ 2 callersClassSocketDeleter
unique_socket refers to a socket, and represents the obligation to close it
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:56
↓ 2 callersClassThrowInvokeWithGroupsFailed
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/InvokeWithGroups.h:77
↓ 2 callersClassssize_t_Result
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.cpp:101
↓ 1 callersClassA
Lightning Talks/C++ Puzzlers/05_thetype.cpp:8
↓ 1 callersClassB
Lightning Talks/C++ Puzzlers/05_thetype-solution.cpp:10
↓ 1 callersClassSocketTag
socket_t represents a socket in any domain
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:25
↓ 1 callersEnumsocket_protocol_t
socket_protocol_t is the third paremeter to socket()
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:96
ClassAllBoxedAndEnumTypesAreWrapped
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Wrapper.h:80
ClassAllBoxedAndEnumTypesAreWrapped< W, false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Wrapper.h:82
ClassAllBoxedAndEnumTypesAreWrapped< W, true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Wrapper.h:83
ClassAllBoxedTypesAreWrapped
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Wrapper.h:76
ClassAllBoxedTypesAreWrapped< Boxed<T> >
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Wrapper.h:77
ClassAllUniquePtrsAreSeized
Presentations/How to call C libraries from C++/Code/PlusPlus/Seizing/Seizer.h:65
ClassAllUniquePtrsAreSeized< std::unique_ptr<T,D> >
Presentations/How to call C libraries from C++/Code/PlusPlus/Seizing/Seizer.h:66
ClassAtScopeExit
Presentations/C++11 in the Wild - Techniques from a Real Codebase/auto.h:3
ClassB
Lightning Talks/C++ Puzzlers/05_thetype.cpp:14
ClassBase
Lightning Talks/C++ Puzzlers/02_oops.cpp:7
ClassBase
Lightning Talks/C++ Puzzlers/02_oops-solution.cpp:8
ClassBoxed
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Boxed.h:49
ClassBoxedWrapper
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/Boxed.h:125
ClassCheckAndThrowErrorFromErrno
Presentations/How to call C libraries from C++/Code/Po7/Po7_Invoke.h:50
ClassCheckFailureWith
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Checked.h:72
ClassConjugated
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Conjugated.h:151
ClassContainer
Presentations/C++11 in the Wild - Techniques from a Real Codebase/function.h:9
ClassContainerBase
Presentations/C++11 in the Wild - Techniques from a Real Codebase/function.h:4
ClassDefaultForwarder
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:51
ClassDerived
Lightning Talks/C++ Puzzlers/02_oops.cpp:16
ClassDerived
Lightning Talks/C++ Puzzlers/02_oops-solution.cpp:18
ClassDoesNotSucceed
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Checked.h:51
ClassEnumWrapper
Presentations/How to call C libraries from C++/Code/PlusPlus/Wrapping/EnumWrapper.h:26
ClassError
Presentations/Hourglass Interfaces for C++ APIs/code/poller.cpp:11
ClassForwardAsNonconstPointer
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/ForwardAsNonconstPointer.h:36
ClassForwardAsPointer
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/ForwardAsPointer.h:28
ClassForwardOutputsAndNonscalarsAsNonconstPointers
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:76
ClassForwardOutputsAndNonscalarsAsNonconstPointers< T, false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:78
ClassForwardOutputsAndNonscalarsAsNonconstPointers< T, true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:79
ClassForwardOutputsAndNonscalarsAsPointers
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:68
ClassForwardOutputsAndNonscalarsAsPointers< T, false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:70
ClassForwardOutputsAndNonscalarsAsPointers< T, true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:71
ClassForwardOutputsAsPointers
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:60
ClassForwardOutputsAsPointers< T, false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:62
ClassForwardOutputsAsPointers< T, true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/Forwarder.h:63
ClassForwarder
Presentations/How to call C libraries from C++/Code/Po7/Po7_Invoke.h:19
ClassHairPoll
Presentations/Hourglass Interfaces for C++ APIs/code/poller.cpp:46
ClassInOutParameterGroup
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/InOut.h:30
ClassInParameterGroup
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/In.h:35
ClassInParameterGroup< NeverFails, false, false, P... >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/In.h:85
ClassInverted
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Inverted.h:82
ClassInvertibleIdentityFunctor
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Inverted.h:63
ClassInvokeWithGroupsFailed
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/InvokeWithGroups.h:72
ClassInvokeWithGroupsInvoker
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/InvokeWithGroups.h:90
ClassInvokeWithGroupsInvoker<void>
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/InvokeWithGroups.h:106
ClassMessageFlagsTag
msg_flags_t is a parameter to send() and recv()
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:194
ClassNoResultGroup
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/Result.h:86
ClassOutParameterGroup
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/Out.h:38
ClassPointerConstCaster
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/ForwardAsNonconstPointer.h:22
ClassPointerConstCaster< T, false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/ForwardAsNonconstPointer.h:25
ClassPointerConstCaster< const T, true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Forwarding/ForwardAsNonconstPointer.h:26
ClassPointerToValue
Presentations/How to call C libraries from C++/Code/PlusPlus/Seizing/PointerToValue.h:41
ClassPoll
Presentations/Hourglass Interfaces for C++ APIs/code/hairpoll.cpp:47
ClassPrefixed
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Prefixed.h:44
ClassResult
Presentations/Hourglass Interfaces for C++ APIs/code/poller.cpp:71
ClassResultGroup
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/Result.h:36
ClassReturnSelector
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Returned.h:28
ClassReturnSelector< false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Returned.h:38
ClassReturnSelector< true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Returned.h:31
ClassSeizer
Presentations/How to call C libraries from C++/Code/Po7/Po7_Basics.h:45
ClassSocketInDomainDeleter
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:66
ClassSocketInDomainTag
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:36
ClassT
Lightning Talks/C++ Puzzlers/03_inline-solution.h:12
ClassT
Lightning Talks/C++ Puzzlers/03_inline.h:13
ClassTemporarilyUnwrapped
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Conjugated.h:49
ClassTemporarilyUnwrapped< Wrapper, W, false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Conjugated.h:52
ClassTemporarilyUnwrapped< Wrapper, W, true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Conjugated.h:70
ClassTemporarilyUnwrappedInvoker
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Conjugated.h:100
ClassTemporarilyUnwrappedInvoker< void, ResultWrapper >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Conjugated.h:123
ClassThingToMake
Presentations/How to call C libraries from C++/Code/Po7/Po7_Basics.h:62
ClassThrowOnError
Presentations/Hourglass Interfaces for C++ APIs/code/poller.cpp:27
ClassThrowSelector
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Thrown.h:23
ClassThrowSelector< false >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Thrown.h:33
ClassThrowSelector< true >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Group modifiers/Thrown.h:26
ClassTypeThatWrapsTo_Specializer
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Invoke.h:81
ClassTypeThatWrapsTo_Specializer< FunctorFamily, Desired& >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Invoke.h:91
ClassTypeThatWrapsTo_Specializer< FunctorFamily, Desired&& >
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Invoke.h:101
ClassUniquePtrSeizer
Presentations/How to call C libraries from C++/Code/PlusPlus/Seizing/UniquePtrSeizer.h:28
ClassUniquePtrSeizer< UniquePtrType, PointerToValue<ReleasedType> >
Presentations/How to call C libraries from C++/Code/PlusPlus/Seizing/UniquePtrSeizer.h:40
ClassUnpassedParameterGroup
Presentations/How to call C libraries from C++/Code/PlusPlus/Invoking/Groups/NotPassed.h:34
ClassWidget
Presentations/C++11 in the Wild - Techniques from a Real Codebase/spaceship.cc:93
ClassWrapper< in_addr_t >
Presentations/How to call C libraries from C++/Code/Po7/Po7_in.h:38
ClassWrapper< in_port_t >
Presentations/How to call C libraries from C++/Code/Po7/Po7_in.h:21
ClassWrapper< shutdown_how_t >
Presentations/How to call C libraries from C++/Code/Po7/Po7_socket.h:231
next →1–100 of 157, ranked by callers