Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
foo.h File Reference
#include <cassert>
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <set>
#include <vector>
Include dependency graph for foo.h:

Go to the source code of this file.

Classes

struct  mp::test::FooStruct
struct  mp::test::FooCustom
struct  mp::test::FooEmpty
struct  mp::test::FooMessage
struct  mp::test::FooMutable
class  mp::test::FooCallback
class  mp::test::ExtendedCallback
class  mp::test::FooImplementation

Namespaces

namespace  mp
 Functions to serialize / deserialize common bitcoin types.
namespace  mp::test

Typedefs

using mp::test::FooData = std::vector<char>
using mp::test::FooDataRef = std::shared_ptr<const FooData>

Enumerations

enum class  mp::test::FooEnum : uint8_t { mp::test::ONE = 1 , mp::test::TWO = 2 }