CBMC
parse_options.h File Reference
#include <string>
#include "cmdline.h"
#include "message.h"
#include "ui_message.h"
+ Include dependency graph for parse_options.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  parse_options_baset
 

Functions

std::string banner_string (const std::string &front_end, const std::string &version)
 
std::string align_center_with_border (const std::string &text)
 Utility for displaying help centered messages borderered by "* *". More...
 

Function Documentation

◆ align_center_with_border()

std::string align_center_with_border ( const std::string &  text)

Utility for displaying help centered messages borderered by "* *".

We use this for displaying banner information and the like in help messages.

== "* * test-text * *"
std::string align_center_with_border(const std::string &text)
Utility for displaying help centered messages borderered by "* *".

Definition at line 158 of file parse_options.cpp.

◆ banner_string()

std::string banner_string ( const std::string &  front_end,
const std::string &  version 
)

Definition at line 171 of file parse_options.cpp.