Flow123d  jenkins-Flow123d-windows32-release-multijob-163
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_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 989 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}. Hyper target raised to scroll to correct position. Make {prefix::str, str}.

Definition at line 978 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 946 of file type_output.cc.