#include <juce_CIMarshalling.h>
◆ Writer() [1/2]
| juce::midi_ci::detail::Marshalling::Writer::Writer |
( |
std::vector< std::byte > & |
b | ) |
|
|
inlineexplicit |
◆ Writer() [2/2]
| juce::midi_ci::detail::Marshalling::Writer::Writer |
( |
std::vector< std::byte > & |
b, |
|
|
int |
v |
|
) |
| |
|
inline |
◆ doArchive() [1/9]
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
ChannelInGroup |
x | ) |
|
|
inlineprivate |
◆ doArchive() [2/9]
template<size_t N>
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
const std::array< std::byte, N > & |
x | ) |
|
|
inlineprivate |
◆ doArchive() [3/9]
template<typename T >
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
const T & |
t | ) |
|
|
inlineprivate |
◆ doArchive() [4/9]
template<uint8_t NumBytes, typename T ,
bool B>
◆ doArchive() [5/9]
template<typename T >
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
Named< T > |
named | ) |
|
|
inlineprivate |
◆ doArchive() [6/9]
template<typename T , size_t N>
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
Span< const T, N > |
x | ) |
|
|
inlineprivate |
◆ doArchive() [7/9]
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
std::byte |
x | ) |
|
|
inlineprivate |
◆ doArchive() [8/9]
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
uint16_t |
x | ) |
|
|
inlineprivate |
◆ doArchive() [9/9]
| void juce::midi_ci::detail::Marshalling::Writer::doArchive |
( |
uint32_t |
x | ) |
|
|
inlineprivate |
◆ doArchiveChecked()
template<typename T >
| bool juce::midi_ci::detail::Marshalling::Writer::doArchiveChecked |
( |
T && |
t | ) |
|
|
inlineprivate |
◆ getVersion()
| std::optional< int > juce::midi_ci::detail::Marshalling::Writer::getVersion |
( |
| ) |
const |
|
inline |
◆ operator()()
template<typename... T>
| bool juce::midi_ci::detail::Marshalling::Writer::operator() |
( |
const T &... |
t | ) |
|
|
inline |
◆ bytes
| std::vector<std::byte>& juce::midi_ci::detail::Marshalling::Writer::bytes |
|
private |
◆ failed
| bool juce::midi_ci::detail::Marshalling::Writer::failed = false |
|
private |
◆ version
| int juce::midi_ci::detail::Marshalling::Writer::version {} |
|
private |
The documentation for this class was generated from the following file: