Skip to content

Commit

Permalink
Merge pull request #786 from bsilver8192/documented-nested-class-names
Browse files Browse the repository at this point in the history
Document how nested classes are named
  • Loading branch information
adetaylor authored Feb 10, 2022
2 parents 696fb14 + 9c39f95 commit c9dc473
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,12 @@ use autocxx_engine::IncludeCppEngine;
/// This is useful primarily if you want to listen out for messages broadcast
/// using the C++ observer/listener pattern.
///
/// # Nested classes
///
/// There is support for generating bindings of nested types, with some
/// restrictions. Currently the C++ type `A::B` will be given the Rust name
/// `A_B` in the same module as its enclosing namespace.
///
/// # Mixing manual and automated bindings
///
/// `autocxx` uses [cxx] underneath, and its build process will happily spot and
Expand Down

0 comments on commit c9dc473

Please sign in to comment.