[][src]Struct c2rust_transpile::c_ast::ConversionContext

pub struct ConversionContext {
    pub id_mapper: IdMapper,
    pub typed_context: TypedAstContext,
    // some fields omitted
}

This stores the information needed to convert an AstContext into a TypedAstContext.

Fields

id_mapper: IdMapper

Keeps track of the mapping between IDs used by clang (old) and the AST importer (new)

typed_context: TypedAstContext

Typed context we are building up during the conversion

Methods

impl ConversionContext[src]

pub fn new(untyped_context: &AstContext) -> ConversionContext[src]

Create a new 'ConversionContext' seeded with top-level nodes from an 'AstContext'.

pub fn convert(&mut self, untyped_context: &AstContext)[src]

Convert the contents of an AstContext, starting from the top-level declarations passed into the ConversionContext on creation.

This populates the typed_context of the ConversionContext it is called on.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<E> SpecializationError for E[src]

impl<T> Erased for T[src]

impl<T> Send for T where
    T: ?Sized
[src]

impl<T> Sync for T where
    T: ?Sized
[src]

impl<T> Make for T[src]

impl<T> MaybeResult for T[src]

impl<'a, T> Captures for T where
    T: ?Sized
[src]

impl<T> Erased for T