Flow123d
Classes | Functions
Input::Type::internal Namespace Reference

Classes

class  output_filter
 

Functions

template<class T >
ostream & print_range (ostream &stream, T range_min, T range_max)
 
std::string hyper_target (const std::string &prefix, const std::string &str)
 
std::string hyper_link (const std::string &prefix, const std::string &str)
 
std::string hyper_B (const std::string &prefix, const std::string &str)
 

Function Documentation

std::string Input::Type::internal::hyper_B ( const std::string &  prefix,
const std::string &  str 
)

Make bidirectional link.

Definition at line 998 of file type_output.cc.

Here is the caller graph for this function:

std::string Input::Type::internal::hyper_link ( const std::string &  prefix,
const std::string &  str 
)

Make {prefix::str, str}.

Definition at line 987 of file type_output.cc.

Here is the caller graph for this function:

std::string Input::Type::internal::hyper_target ( const std::string &  prefix,
const std::string &  str 
)

Make {prefix::str}. Hyper target raised to scroll to correct position.

Definition at line 976 of file type_output.cc.

Here is the caller graph for this function:

template<class T >
ostream& Input::Type::internal::print_range ( ostream &  stream,
range_min,
range_max 
)

Prints range specification for Array size, Integer, and Double. Omit natural bounds (very long), Omit whole specification if both limits are natural.

Definition at line 956 of file type_output.cc.