fdf_internal::EncoderState

Summary

Public attributes

buffer

Public functions

Encode(Tuplet< T...> value)
void
Encode(KeyValue< const char *, int64_t > value)
void
Encode(KeyValue< const char *, int > value)
void
Encode(KeyValue< const char *, uint64_t > value)
void
Encode(KeyValue< const char *, unsigned int > value)
void
Encode(KeyValue< const char *, const char * > value)
void
Encode(KeyValue< const char *, std::string > value)
void
Encode(KeyValue< const char *, std::string_view > value)
void
Encode(KeyValue< const char *, double > value)
void
Encode(KeyValue< const char *, float > value)
void
Encode(KeyValue< const char *, bool > value)
void
Encode(Tuplet< T...> value)
void

Public attributes

buffer

fuchsia_syslog::LogBuffer fdf_internal::EncoderState::buffer

Public functions

Encode

void fdf_internal::EncoderState::Encode(
  Tuplet< T...> value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, int64_t > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, int > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, uint64_t > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, unsigned int > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, const char * > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, std::string > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, std::string_view > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, double > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, float > value
)

Encode

void fdf_internal::EncoderState::Encode(
  KeyValue< const char *, bool > value
)

Encode

void fdf_internal::EncoderState::Encode(
  Tuplet< T...> value
)