|
CBMC
|
#include <memory>#include <stdexcept>#include <string>#include "rust/cxx.h"#include "include/c_errors.h"
Include dependency graph for c_api.h:Go to the source code of this file.
Namespaces | |
| namespace | rust |
| namespace | rust::behavior |
Functions | |
| std::vector< std::string > const & | _translate_vector_of_string (rust::Vec< rust::String > elements) |
| std::unique_ptr< api_sessiont > | new_api_session () |
| std::vector< std::string > const & | get_messages () |
| verifier_resultt | get_verification_result (const std::unique_ptr< verification_resultt > &v) |
| std::vector< std::string > const & | get_property_ids (const std::unique_ptr< verification_resultt > &) |
| std::string const & | get_property_description (const std::unique_ptr< verification_resultt > &, const std::string &) |
| prop_statust | get_property_status (const std::unique_ptr< verification_resultt > &, const std::string &) |
| template<typename Try , typename Fail > | |
| static void | rust::behavior::trycatch (Try &&func, Fail &&fail) noexcept |
| std::vector< std::string > const & _translate_vector_of_string | ( | rust::Vec< rust::String > | elements | ) |
| std::vector< std::string > const & get_messages | ( | ) |
| std::string const & get_property_description | ( | const std::unique_ptr< verification_resultt > & | , |
| const std::string & | |||
| ) |
| std::vector< std::string > const & get_property_ids | ( | const std::unique_ptr< verification_resultt > & | ) |
| prop_statust get_property_status | ( | const std::unique_ptr< verification_resultt > & | , |
| const std::string & | |||
| ) |
| verifier_resultt get_verification_result | ( | const std::unique_ptr< verification_resultt > & | v | ) |
| std::unique_ptr< api_sessiont > new_api_session | ( | ) |