Enumerations

enum ExampleBits
Name Value
A 1u
B 2u
C 4u

Defined at line 22 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

enum ExampleEnum
Name Value
FOO 1u
BAR_BAZ 2u

Defined at line 79 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

Records

Functions

  • ::fuchsia::example::fostr::ExampleBits operator| (::fuchsia::example::fostr::ExampleBits _lhs, ::fuchsia::example::fostr::ExampleBits _rhs)

    Defined at line 33 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • ::fuchsia::example::fostr::ExampleBits & operator|= (::fuchsia::example::fostr::ExampleBits & _lhs, ::fuchsia::example::fostr::ExampleBits _rhs)

    Defined at line 38 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • ::fuchsia::example::fostr::ExampleBits operator& (::fuchsia::example::fostr::ExampleBits _lhs, ::fuchsia::example::fostr::ExampleBits _rhs)

    Defined at line 44 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • ::fuchsia::example::fostr::ExampleBits & operator&= (::fuchsia::example::fostr::ExampleBits & _lhs, ::fuchsia::example::fostr::ExampleBits _rhs)

    Defined at line 50 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • ::fuchsia::example::fostr::ExampleBits operator^ (::fuchsia::example::fostr::ExampleBits _lhs, ::fuchsia::example::fostr::ExampleBits _rhs)

    Defined at line 56 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • ::fuchsia::example::fostr::ExampleBits & operator^= (::fuchsia::example::fostr::ExampleBits & _lhs, ::fuchsia::example::fostr::ExampleBits _rhs)

    Defined at line 62 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • ::fuchsia::example::fostr::ExampleBits operator~ (::fuchsia::example::fostr::ExampleBits _value)

    Defined at line 68 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::example::fostr::ExampleBits value, ::fuchsia::example::fostr::ExampleBits * result)

    Defined at line 73 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • zx_status_t Clone (::fuchsia::example::fostr::ExampleEnum value, ::fuchsia::example::fostr::ExampleEnum * result)

    Defined at line 86 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::example::fostr::MyXunion & value, ::fuchsia::example::fostr::MyXunion * result)

    Defined at line 242 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::example::fostr::MyStruct & _value, ::fuchsia::example::fostr::MyStruct * _result)

    Defined at line 271 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • zx_status_t Clone (const ::fuchsia::example::fostr::MyUnion & value, ::fuchsia::example::fostr::MyUnion * result)

    Defined at line 390 of file fidling/gen/src/lib/fostr/test/fuchsia.example.fostr/fuchsia.example.fostr/hlcpp/fuchsia/example/fostr/cpp/fidl.h

  • std::ostream & operator<< (std::ostream & os, const ExampleEnum & value)
  • std::ostream & operator<< (std::ostream & os, const ExampleBits & value)
  • std::ostream & operator<< (std::ostream & os, const MyStruct & value)
  • std::ostream & operator<< (std::ostream & os, const SimpleTable & value)
  • std::ostream & operator<< (std::ostream & os, const MyUnion & value)
  • std::ostream & operator<< (std::ostream & osconst MyXunion & value)