xref: /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/mutable.hpp
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
112a9d9c8Sopenharmony_ciclass C {
212a9d9c8Sopenharmony_ci    mutable int m_member;
312a9d9c8Sopenharmony_ci    int m_other;
412a9d9c8Sopenharmony_ci};
512a9d9c8Sopenharmony_ci
612a9d9c8Sopenharmony_ciclass NonCopiable {
712a9d9c8Sopenharmony_ci    mutable int m_member;
812a9d9c8Sopenharmony_ci
912a9d9c8Sopenharmony_ci    ~NonCopiable() {};
1012a9d9c8Sopenharmony_ci};
1112a9d9c8Sopenharmony_ci
1212a9d9c8Sopenharmony_ciclass NonCopiableWithNonCopiableMutableMember {
1312a9d9c8Sopenharmony_ci    mutable NonCopiable m_member;
1412a9d9c8Sopenharmony_ci};
15

Indexes created Thu Nov 07 10:32:03 CST 2024