Rosetta
|
Classes | |
class | Bite |
class | Skip |
Typedefs | |
typedef char * | cstring |
typedef char const * | c_cstring |
Functions | |
template<typename T > | |
std::string | SW (FArray1< T > const &a) |
Standard Width Format: FArray1. More... | |
Bite< Fstring > | bite (Fstring &t) |
Fstring Bite Maker: Take Length of Fstring. More... | |
template<> | |
std::string | SS (bool const &t) |
Single-Spaced Format: bool Specialization. More... | |
template<> | |
std::string | SS (float const &t) |
Single-Spaced Format: float Specialization. More... | |
template<> | |
std::string | SS (double const &t) |
Single-Spaced Format: double Specialization. More... | |
template<> | |
std::string | SS (long double const &t) |
Single-Spaced Format: long double Specialization. More... | |
template<> | |
std::string | SS (std::complex< float > const &t) |
Single-Spaced Format: complex< float > Specialization. More... | |
template<> | |
std::string | SS (std::complex< double > const &t) |
Single-Spaced Format: complex< double > Specialization. More... | |
template<> | |
std::string | SS (std::complex< long double > const &t) |
Single-Spaced Format: complex< long double > Specialization. More... | |
std::string | A (int const w, char const c) |
char Format More... | |
std::string | A (char const c) |
char Format (Width==1) More... | |
std::string | A (int const w, c_cstring const s) |
cstring Format More... | |
std::string | A (c_cstring const s) |
cstring Format (Width of cstring) More... | |
std::string | A (int const w, std::string const &s) |
string Format More... | |
std::string const & | A (std::string const &s) |
string Format (Width of string) More... | |
std::string | A (int const w, Fstring const &s) |
Fstring Format. More... | |
std::string | A (Fstring const &s) |
Fstring Format (Width of Fstring) More... | |
std::string | X (int const w) |
Blank string. More... | |
std::string | space (int const w) |
Blank string. More... | |
std::string | repeat (int const w, char c) |
Blank string. More... | |
std::string | L (int const w, bool const &t) |
Logical Format. More... | |
std::string | L (bool const &t) |
Logical Format (Width==1) More... | |
std::string | E (int const w, int const d, float const &t) |
Exponential Format: float. More... | |
std::string | E (int const w, int const d, double const &t) |
Exponential Format: double. More... | |
std::string | E (int const w, int const d, long double const &t) |
Exponential Format: long double. More... | |
std::string | E (int const w, int const d, std::complex< float > const &t) |
Exponential Format: complex< float > More... | |
std::string | E (int const w, int const d, std::complex< double > const &t) |
Exponential Format: complex< double > More... | |
std::string | E (int const w, int const d, std::complex< long double > const &t) |
Exponential Format: complex< long double > More... | |
std::string | F (int const w, int const d, float const &t) |
Fixed Point Format: float. More... | |
std::string | F (int const w, int const d, double const &t) |
Fixed Point Format: double. More... | |
std::string | F (int const w, int const d, long double const &t) |
Fixed Point Format: long double. More... | |
std::string | F (int const w, int const d, std::complex< float > const &t) |
Fixed Point Format: complex< float > More... | |
std::string | F (int const w, int const d, std::complex< double > const &t) |
Fixed Point Format: complex< double > More... | |
std::string | F (int const w, int const d, std::complex< long double > const &t) |
Fixed Point Format: complex< long double > More... | |
std::string | G (int const w, int const d, float const &t) |
General Format: float. More... | |
std::string | G (int const w, int const d, double const &t) |
General Format: double. More... | |
std::string | G (int const w, int const d, long double const &t) |
General Format: long double. More... | |
std::string | G (int const w, int const d, std::complex< float > const &t) |
General Format: complex< float > More... | |
std::string | G (int const w, int const d, std::complex< double > const &t) |
General Format: complex< double > More... | |
std::string | G (int const w, int const d, std::complex< long double > const &t) |
General Format: complex< long double > More... | |
template<> | |
std::string | SW (bool const &t) |
Standard Width Format: bool Specialization. More... | |
template<> | |
std::string | SW (byte const &t) |
Standard Width Format: byte Specialization. More... | |
template<> | |
std::string | SW (short int const &t) |
Standard Width Format: short Specialization. More... | |
template<> | |
std::string | SW (unsigned short int const &t) |
Standard Width Format: unsigned short Specialization. More... | |
template<> | |
std::string | SW (int const &t) |
Standard Width Format: int Specialization. More... | |
template<> | |
std::string | SW (unsigned int const &t) |
Standard Width Format: unsigned int Specialization. More... | |
template<> | |
std::string | SW (long int const &t) |
Standard Width Format: long int Specialization. More... | |
template<> | |
std::string | SW (unsigned long int const &t) |
Standard Width Format: unsigned long int Specialization. More... | |
template<> | |
std::string | SW (float const &t) |
Standard Width Format: float Specialization. More... | |
template<> | |
std::string | SW (double const &t) |
Standard Width Format: double Specialization. More... | |
template<> | |
std::string | SW (long double const &t) |
Standard Width Format: long double Specialization. More... | |
template<> | |
std::string | SW (std::complex< float > const &t) |
Standard Width Format: complex< float > Specialization. More... | |
template<> | |
std::string | SW (std::complex< double > const &t) |
Standard Width Format: complex< double > Specialization. More... | |
template<> | |
std::string | SW (std::complex< long double > const &t) |
Standard Width Format: complex< long double > Specialization. More... | |
std::ios_base & | general (std::ios_base &base) |
general: Manipulator to Turn Off scientific or fixed More... | |
char const | SPACE (' ') |
template<typename T > | |
std::istream & | operator>> (std::istream &stream, Bite< T > const &bite) |
Input a Bite from Stream. More... | |
bool | is_blank_string (std::string const &s) |
string is Blank? More... | |
template<typename T > | |
Bite< T > | bite (int const w, T &t) |
Width + Value Bite Maker. More... | |
template<typename T > | |
Bite< T > | bite (int const w, int const d, T &t) |
Width + Precision + Value Bite Maker. More... | |
Bite< bool > | bite (bool &t) |
bool Bite Maker: Take One Character More... | |
Bite< char > | bite (char &t) |
char Bite Maker: Take One Character More... | |
Bite< std::string > | bite (std::string &t) |
string Bite Maker: Take Rest of Line More... | |
std::istream & | operator>> (std::istream &stream, Skip const &skip) |
Input a Skip from Stream. More... | |
Skip | skip (int const w=1) |
Skip Maker. More... | |
std::istream & | skip (std::istream &stream) |
Skip Rest of Line and Line Terminator (Manipulator) More... | |
template<typename T > | |
std::string | SS (T const &t) |
Single-Spaced Format. More... | |
template<typename T > | |
std::string | LJ (int const w, T const &t) |
Left-Justified Width-Specified Format. More... | |
template<typename T > | |
std::string | RJ (int const w, T const &t) |
Right-Justified Width-Specified Format. More... | |
template<typename T > | |
std::string | I (int const w, T const &t) |
Integer Format. More... | |
template<typename T > | |
std::string | I (int const w, int const m, T const &t) |
Integer Format with Minimum Digits. More... | |
template<typename T > | |
std::string | SW (T const &t) |
Standard Width Format: Default Implementation. More... | |
std::string | nl_if (int const i, int const n) |
Newline utility for formatted output implied DO loop emulation. More... | |
typedef char const* ObjexxFCL::format::c_cstring |
typedef char* ObjexxFCL::format::cstring |
std::string ObjexxFCL::format::A | ( | c_cstring const | s | ) |
cstring Format (Width of cstring)
References docking::s.
std::string ObjexxFCL::format::A | ( | char const | c | ) |
char Format (Width==1)
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::c.
std::string ObjexxFCL::format::A | ( | Fstring const & | s | ) |
Fstring Format (Width of Fstring)
References docking::s.
std::string ObjexxFCL::format::A | ( | int const | w, |
c_cstring const | s | ||
) |
cstring Format
References A(), docking::s, and w.
std::string ObjexxFCL::format::A | ( | int const | w, |
char const | c | ||
) |
char Format
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::c, and w.
Referenced by A(), calculate_helical_parameters(), main(), ConstraintStatsMover::print_stats(), and basic::prof_show().
std::string ObjexxFCL::format::A | ( | int const | w, |
Fstring const & | s | ||
) |
Fstring Format.
References docking::s, and w.
std::string ObjexxFCL::format::A | ( | int const | w, |
std::string const & | s | ||
) |
string Format
References docking::s, and w.
std::string const & ObjexxFCL::format::A | ( | std::string const & | s | ) |
string Format (Width of string)
References docking::s.
|
inline |
bool Bite Maker: Take One Character
References predPRE::t.
|
inline |
char Bite Maker: Take One Character
References predPRE::t.
Fstring Bite Maker: Take Length of Fstring.
References predPRE::t.
Width + Precision + Value Bite Maker.
References predPRE::t, and w.
Width + Value Bite Maker.
References predPRE::t, and w.
|
inline |
string Bite Maker: Take Rest of Line
References max(), and predPRE::t.
std::string ObjexxFCL::format::E | ( | int const | w, |
int const | d, | ||
double const & | t | ||
) |
Exponential Format: double.
References max(), min(), predPRE::t, ObjexxFCL::uppercase(), and w.
std::string ObjexxFCL::format::E | ( | int const | w, |
int const | d, | ||
float const & | t | ||
) |
Exponential Format: float.
References max(), min(), predPRE::t, ObjexxFCL::uppercase(), and w.
Referenced by binder::add_relevant_includes(), binder::EnumBinder::add_relevant_includes(), binder::EnumBinder::bind(), binder::bind_enum(), binder::EnumBinder::bindable(), numeric::model_quality::findUU(), G(), SetupHotspotMover::generate_csts(), get_boltzmann_probabilities(), binder::getQualifiedNameAsStringLLVM5Fix(), binder::EnumBinder::id(), intra_dna_stats(), binder::is_bindable(), binder::is_binding_requested(), binder::is_skipping_requested(), main(), motif_column_deviation(), motif_deviation(), binder::EnumBinder::request_bindings_and_skipping(), simple_loop_modeling_test(), and BinderVisitor::VisitEnumDecl().
std::string ObjexxFCL::format::E | ( | int const | w, |
int const | d, | ||
long double const & | t | ||
) |
Exponential Format: long double.
References max(), min(), predPRE::t, ObjexxFCL::uppercase(), and w.
std::string ObjexxFCL::format::E | ( | int const | w, |
int const | d, | ||
std::complex< double > const & | t | ||
) |
Exponential Format: complex< double >
References max(), min(), predPRE::t, ObjexxFCL::uppercase(), and w.
std::string ObjexxFCL::format::E | ( | int const | w, |
int const | d, | ||
std::complex< float > const & | t | ||
) |
Exponential Format: complex< float >
References max(), min(), predPRE::t, ObjexxFCL::uppercase(), and w.
std::string ObjexxFCL::format::E | ( | int const | w, |
int const | d, | ||
std::complex< long double > const & | t | ||
) |
Exponential Format: complex< long double >
References max(), min(), predPRE::t, ObjexxFCL::uppercase(), and w.
std::string ObjexxFCL::format::F | ( | int const | w, |
int const | d, | ||
double const & | t | ||
) |
Fixed Point Format: double.
References ObjexxFCL::abs(), F(), basic::options::OptionKeys::optE::fixed, max(), min(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::p, ObjexxFCL::pow(), predPRE::t, w, and x.
std::string ObjexxFCL::format::F | ( | int const | w, |
int const | d, | ||
float const & | t | ||
) |
Fixed Point Format: float.
References ObjexxFCL::abs(), basic::options::OptionKeys::optE::fixed, max(), min(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::p, ObjexxFCL::pow(), predPRE::t, w, and x.
Referenced by binder::Context::add_insertion_operator(), binder::add_relevant_includes(), binder::FunctionBinder::add_relevant_includes(), InteractionDistMinimizer::apply(), PickBAB::apply(), IAMover::apply(), RosettaHolesMover::apply(), ScoreFunctionFingerprintMover::apply(), HBondReporter::apply(), aro_pack_output(), atom_line(), atom_types_test(), atom_vdw_test(), balls_pdb(), numeric::interpolation::periodic_range::full::bilinearly_interpolated(), numeric::interpolation::periodic_range::half::bilinearly_interpolated(), binder::FunctionBinder::bind(), binder::bind_function(), binder::ClassBinder::bind_repr(), binder::FunctionBinder::bindable(), bk_test(), numeric::ccd_angle(), ch_o_pdbstats_from_pose(), change_floating_sc_geometry(), check_contact_and_output(), check_jump(), check_oxygen_contact_and_output(), compare_dna_energies(), compare_energies(), compute_intrinsic_deviation(), copy_rotamerized_torsions(), ChallengeMover::count_alignment(), binder::cpp_python_operator(), MatchSet::cross(), MatchSet::cross_homodimer(), numeric::geometry::hashing::xyzStripeHash::debug_pdb(), delete_test(), design_test(), dna_chain_check(), dna_stats(), dock(), doit(), dump_efactor_pdb(), MatchAlignInfo::dump_pdb(), Link::dump_pdb(), Bola::dump_pdb(), PoseWrap::dump_pdb(), dump_points_pdb(), dump_points_pdb_contacts(), TCDock::dump_top_hits(), dump_unique_atoms(), dumpsym(), dumpsym2(), dumpsym6(), F(), numeric::interpolation::spline::PolycubicSpline< N >::F(), fa_cenpack_pdbstats_from_pose(), fa_refine_and_design(), find_dna_rotamers(), frag_extract_test(), binder::function_pointer_type(), binder::function_qualified_name(), G(), ga_main(), TCDock::gather_hits(), get_cys_rts(), numeric::interpolation::get_patch(), binder::get_type_dependencies(), numeric::interpolation::get_val(), gpu_refold_test(), gpu_score_test(), harvest_scores(), hbond_stats(), binder::FunctionBinder::id(), idealize_tf_pose(), ik_his4(), intra_dna_stats(), binder::is_bindable(), binder::is_bindable_raw(), binder::is_binding_requested(), binder::is_skipping_requested(), isctfast(), TCDock::justone(), kono_sarai_stats(), kono_sarai_zscore(), ligrot_test(), lk_ball_wtd_deriv_test(), safe_duration_cast::lossless_integral_conversion(), main(), VallReader::make_fragment_lines(), make_pdb_atom(), measure_sequence_recovery(), mg_hires_pdbstats_from_pose(), mg_pdbstats_from_pose(), motif_scan(), operator<<(), numeric::operator<<(), output_chainTORS(), output_chi_stats(), output_csts(), output_minipose_coords_test(), output_packstat_pdb(), output_sasa(), output_sugar_internal_dof(), SphereSample::pdb_from_level(), numeric::interpolation::polycubic_interpolate_catmull_rom(), predict_chem_map_test(), predict_ss(), print_all_torsions_test(), print_ddgs(), print_energies(), JDmover::print_features(), print_matrix_to_file(), SuperDeviationMover::print_stats(), SpartaSuperDeviationMover::print_stats(), ConstraintStatsMover::print_stats(), print_surface_score_by_res(), print_torsions_check(), print_verbose_ddgs(), basic::prof_show(), proline_rama_pdbstats_from_pose(), binder::python_function_name(), rebuild_test(), report(), report_and_dump(), FragMonteCarlo::report_results(), binder::FunctionBinder::request_bindings_and_skipping(), rescore_test(), rna_features_from_pose(), rna_sequence_recovery_metrics(), rna_stack_pdbstats_from_pose(), run(), TCDock::run(), run_3bpy(), run_diiron_glu(), run_m8(), run_zn2his(), sample_rama_test(), sasa_test(), score_clustered_frags(), search_other_atoms(), sequence_tolerance_main(), sequence_tolerance_mf_main(), show_clashes(), show_intrachain_energies(), show_pairing_info(), show_protein_DNA_interactions(), show_residue_hbonds(), show_residue_residue_clashes(), sicdock_thread_num(), sicfast(), simple_centroid_test(), simple_opte_test(), single_position_motif_scan(), spec_test(), apps::pilot::AlignChunkMover::steal_torsion_from_template(), binder::template_specialization(), test_gb(), test_kc(), test_kc2(), test_numerical_deriv(), test_suck_res(), apps::pilot::SampleSecondaryStructureAlignmentMover::translate_virt_to_CoM(), BinderVisitor::VisitFunctionDecl(), visualize(), wriggle_test(), PBPotentialMover::write_APBS_config(), and zf_relax_test().
std::string ObjexxFCL::format::F | ( | int const | w, |
int const | d, | ||
long double const & | t | ||
) |
Fixed Point Format: long double.
References ObjexxFCL::abs(), F(), basic::options::OptionKeys::optE::fixed, max(), min(), kmeans_adaptive_kernel_density_bb_dependent_rotlib::p, ObjexxFCL::pow(), predPRE::t, w, and x.
std::string ObjexxFCL::format::F | ( | int const | w, |
int const | d, | ||
std::complex< double > const & | t | ||
) |
Fixed Point Format: complex< double >
References F(), predPRE::t, and w.
std::string ObjexxFCL::format::F | ( | int const | w, |
int const | d, | ||
std::complex< float > const & | t | ||
) |
Fixed Point Format: complex< float >
References F(), predPRE::t, and w.
std::string ObjexxFCL::format::F | ( | int const | w, |
int const | d, | ||
std::complex< long double > const & | t | ||
) |
Fixed Point Format: complex< long double >
References F(), predPRE::t, and w.
std::string ObjexxFCL::format::G | ( | int const | w, |
int const | d, | ||
double const & | t | ||
) |
General Format: double.
References ObjexxFCL::abs(), E(), F(), create_a3b_hbs::i, kmeans_adaptive_kernel_density_bb_dependent_rotlib::m, ObjexxFCL::pow(), predPRE::t, and w.
std::string ObjexxFCL::format::G | ( | int const | w, |
int const | d, | ||
float const & | t | ||
) |
General Format: float.
References ObjexxFCL::abs(), E(), F(), create_a3b_hbs::i, kmeans_adaptive_kernel_density_bb_dependent_rotlib::m, ObjexxFCL::pow(), predPRE::t, and w.
std::string ObjexxFCL::format::G | ( | int const | w, |
int const | d, | ||
long double const & | t | ||
) |
General Format: long double.
References ObjexxFCL::abs(), E(), F(), create_a3b_hbs::i, kmeans_adaptive_kernel_density_bb_dependent_rotlib::m, ObjexxFCL::pow(), predPRE::t, and w.
std::string ObjexxFCL::format::G | ( | int const | w, |
int const | d, | ||
std::complex< double > const & | t | ||
) |
General Format: complex< double >
References G(), predPRE::t, and w.
std::string ObjexxFCL::format::G | ( | int const | w, |
int const | d, | ||
std::complex< float > const & | t | ||
) |
General Format: complex< float >
References G(), predPRE::t, and w.
std::string ObjexxFCL::format::G | ( | int const | w, |
int const | d, | ||
std::complex< long double > const & | t | ||
) |
General Format: complex< long double >
References G(), predPRE::t, and w.
std::ios_base & ObjexxFCL::format::general | ( | std::ios_base & | base | ) |
general: Manipulator to Turn Off scientific or fixed
References test.T005_Bindings::base, and basic::options::OptionKeys::optE::fixed.
Referenced by detail::write_float().
|
inline |
Integer Format with Minimum Digits.
References kmeans_adaptive_kernel_density_bb_dependent_rotlib::m, max(), min(), basic::options::OptionKeys::ufv::right, str(), predPRE::t, and w.
|
inline |
Integer Format.
References basic::options::OptionKeys::ufv::right, predPRE::t, and w.
Referenced by calculate_helical_parameters(), check_for_contacts_and_output_jump_o2prime(), check_for_contacts_and_output_jump_phosphate(), create_bp_jump_database_test(), dock(), doit(), get_bps_sub_dir(), HubDenovo::HubDenovo(), main(), output_local_minima(), predict_ss(), ConstraintStatsMover::print_stats(), basic::prof_show(), FragMonteCarlo::report_results(), rna_sequence_recovery_metrics(), run(), and SW().
|
inline |
std::string ObjexxFCL::format::L | ( | bool const & | t | ) |
Logical Format (Width==1)
References predPRE::t.
std::string ObjexxFCL::format::L | ( | int const | w, |
bool const & | t | ||
) |
Logical Format.
References predPRE::t, and w.
Referenced by calculate_helical_parameters(), SS(), and SW().
|
inline |
Left-Justified Width-Specified Format.
References basic::options::OptionKeys::ufv::left, predPRE::t, and w.
Referenced by PickBAB::apply(), dock(), TCDock::dump_top_hits(), dump_unique_atoms(), HubDenovo::HubDenovo(), main(), report(), FragMonteCarlo::report_results(), TCDock::run(), and utility::options::OptionCollection::show_help_hier().
|
inline |
Newline utility for formatted output implied DO loop emulation.
References create_a3b_hbs::i, and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.
std::istream& ObjexxFCL::format::operator>> | ( | std::istream & | stream, |
Bite< T > const & | bite | ||
) |
Input a Bite from Stream.
std::istream& ObjexxFCL::format::operator>> | ( | std::istream & | stream, |
Skip const & | skip | ||
) |
Input a Skip from Stream.
std::string ObjexxFCL::format::repeat | ( | int const | w, |
char | c | ||
) |
|
inline |
Right-Justified Width-Specified Format.
References basic::options::OptionKeys::ufv::right, predPRE::t, and w.
Referenced by RDCToolMover::apply(), RosettaHolesMover::apply(), check_jump(), check_quality_of_cluster_frags(), compute_intrinsic_deviation(), RDCToolMover::dump_averages(), get_radius_in_frag_set(), protocols::abinitio::JumpSpecificAbrelax::insert_template_frags(), utility::tag::XMLErrorHandler::lines_near_error(), main(), score_clustered_frags(), ThisApplication::show_cuts(), utility::options::OptionCollection::show_help_hier(), ThisApplication::show_jumps(), utility::options::OptionCollection::show_option_help_hier(), and write_cluster_frags().
|
inline |
char const ObjexxFCL::format::SPACE | ( | ' ' | ) |
Referenced by ObjexxFCL::format::Bite< T >::assign().
std::string ObjexxFCL::format::SS | ( | bool const & | t | ) |
Single-Spaced Format: bool Specialization.
References L(), and predPRE::t.
std::string ObjexxFCL::format::SS | ( | double const & | t | ) |
Single-Spaced Format: double Specialization.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SS | ( | float const & | t | ) |
Single-Spaced Format: float Specialization.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SS | ( | long double const & | t | ) |
Single-Spaced Format: long double Specialization.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SS | ( | std::complex< double > const & | t | ) |
Single-Spaced Format: complex< double > Specialization.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SS | ( | std::complex< float > const & | t | ) |
Single-Spaced Format: complex< float > Specialization.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SS | ( | std::complex< long double > const & | t | ) |
Single-Spaced Format: complex< long double > Specialization.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
|
inline |
Single-Spaced Format.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SW | ( | bool const & | t | ) |
Standard Width Format: bool Specialization.
References L(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | byte const & | t | ) |
Standard Width Format: byte Specialization.
References I(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | double const & | t | ) |
Standard Width Format: double Specialization.
References G(), and predPRE::t.
Standard Width Format: FArray1.
References a, create_a3b_hbs::i, kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and docking::s.
Referenced by SW().
std::string ObjexxFCL::format::SW | ( | float const & | t | ) |
Standard Width Format: float Specialization.
References G(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | int const & | t | ) |
Standard Width Format: int Specialization.
References I(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | long double const & | t | ) |
Standard Width Format: long double Specialization.
References G(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | long int const & | t | ) |
Standard Width Format: long int Specialization.
References I(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | short int const & | t | ) |
Standard Width Format: short Specialization.
References I(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | std::complex< double > const & | t | ) |
Standard Width Format: complex< double > Specialization.
References SW(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | std::complex< float > const & | t | ) |
Standard Width Format: complex< float > Specialization.
References SW(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | std::complex< long double > const & | t | ) |
Standard Width Format: complex< long double > Specialization.
References SW(), and predPRE::t.
|
inline |
Standard Width Format: Default Implementation.
References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().
std::string ObjexxFCL::format::SW | ( | unsigned int const & | t | ) |
Standard Width Format: unsigned int Specialization.
References I(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | unsigned long int const & | t | ) |
Standard Width Format: unsigned long int Specialization.
References I(), and predPRE::t.
std::string ObjexxFCL::format::SW | ( | unsigned short int const & | t | ) |
Standard Width Format: unsigned short Specialization.
References I(), and predPRE::t.