Struct autocxx_parser::IncludeCpp [−][src]
pub struct IncludeCpp { /* fields omitted */ }Expand description
Core of the autocxx engine. See generate for most details
on how this works.
Implementations
impl IncludeCpp[src]
impl IncludeCpp[src]pub fn new_from_syn(mac: Macro) -> ParseResult<Self>[src]
pub fn get_rs_filename(&self) -> String[src]
pub fn generate_rs(&self) -> TokenStream2[src]
pub fn generate_rs(&self) -> TokenStream2[src]Generate the Rust bindings.
pub fn get_config(&self) -> &IncludeCppConfig[src]
Trait Implementations
impl Parse for IncludeCpp[src]
impl Parse for IncludeCpp[src]