Rosetta
Classes | Typedefs | Functions
ObjexxFCL::format Namespace Reference

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< Fstringbite (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< Tbite (int const w, T &t)
 Width + Value Bite Maker. More...
 
template<typename T >
Bite< Tbite (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 Documentation

◆ c_cstring

typedef char const* ObjexxFCL::format::c_cstring

◆ cstring

Function Documentation

◆ A() [1/8]

std::string ObjexxFCL::format::A ( c_cstring const  s)

cstring Format (Width of cstring)

References docking::s.

◆ A() [2/8]

std::string ObjexxFCL::format::A ( char const  c)

char Format (Width==1)

References kmeans_adaptive_kernel_density_bb_dependent_rotlib::c.

◆ A() [3/8]

std::string ObjexxFCL::format::A ( Fstring const &  s)

Fstring Format (Width of Fstring)

References docking::s.

◆ A() [4/8]

std::string ObjexxFCL::format::A ( int const  w,
c_cstring const  s 
)

cstring Format

References A(), docking::s, and w.

◆ A() [5/8]

std::string ObjexxFCL::format::A ( int const  w,
char const  c 
)

◆ A() [6/8]

std::string ObjexxFCL::format::A ( int const  w,
Fstring const &  s 
)

Fstring Format.

References docking::s, and w.

◆ A() [7/8]

std::string ObjexxFCL::format::A ( int const  w,
std::string const &  s 
)

string Format

References docking::s, and w.

◆ A() [8/8]

std::string const & ObjexxFCL::format::A ( std::string const &  s)

string Format (Width of string)

References docking::s.

◆ bite() [1/6]

Bite< bool > ObjexxFCL::format::bite ( bool &  t)
inline

bool Bite Maker: Take One Character

References predPRE::t.

◆ bite() [2/6]

Bite< char > ObjexxFCL::format::bite ( char &  t)
inline

char Bite Maker: Take One Character

References predPRE::t.

◆ bite() [3/6]

Bite< Fstring > ObjexxFCL::format::bite ( Fstring t)

Fstring Bite Maker: Take Length of Fstring.

References predPRE::t.

◆ bite() [4/6]

template<typename T >
Bite< T > ObjexxFCL::format::bite ( int const  w,
int const  d,
T t 
)
inline

Width + Precision + Value Bite Maker.

References predPRE::t, and w.

◆ bite() [5/6]

template<typename T >
Bite< T > ObjexxFCL::format::bite ( int const  w,
T t 
)
inline

Width + Value Bite Maker.

References predPRE::t, and w.

◆ bite() [6/6]

Bite< std::string > ObjexxFCL::format::bite ( std::string &  t)
inline

string Bite Maker: Take Rest of Line

References max(), and predPRE::t.

◆ E() [1/6]

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.

◆ E() [2/6]

std::string ObjexxFCL::format::E ( int const  w,
int const  d,
float const &  t 
)

◆ E() [3/6]

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.

◆ E() [4/6]

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.

◆ E() [5/6]

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.

◆ E() [6/6]

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.

◆ F() [1/6]

std::string ObjexxFCL::format::F ( int const  w,
int const  d,
double const &  t 
)

◆ F() [2/6]

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().

◆ F() [3/6]

std::string ObjexxFCL::format::F ( int const  w,
int const  d,
long double const &  t 
)

◆ F() [4/6]

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.

◆ F() [5/6]

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.

◆ F() [6/6]

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.

◆ G() [1/6]

std::string ObjexxFCL::format::G ( int const  w,
int const  d,
double const &  t 
)

◆ G() [2/6]

std::string ObjexxFCL::format::G ( int const  w,
int const  d,
float const &  t 
)

◆ G() [3/6]

std::string ObjexxFCL::format::G ( int const  w,
int const  d,
long double const &  t 
)

◆ G() [4/6]

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.

◆ G() [5/6]

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.

◆ G() [6/6]

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.

◆ general()

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().

◆ I() [1/2]

template<typename T >
std::string ObjexxFCL::format::I ( int const  w,
int const  m,
T const &  t 
)
inline

◆ I() [2/2]

template<typename T >
std::string ObjexxFCL::format::I ( int const  w,
T const &  t 
)
inline

◆ is_blank_string()

bool ObjexxFCL::format::is_blank_string ( std::string const &  s)
inline

string is Blank?

References docking::s.

Referenced by ObjexxFCL::format::Bite< T >::assign().

◆ L() [1/2]

std::string ObjexxFCL::format::L ( bool const &  t)

Logical Format (Width==1)

References predPRE::t.

◆ L() [2/2]

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().

◆ LJ()

template<typename T >
std::string ObjexxFCL::format::LJ ( int const  w,
T const &  t 
)
inline

◆ nl_if()

std::string ObjexxFCL::format::nl_if ( int const  i,
int const  n 
)
inline

Newline utility for formatted output implied DO loop emulation.

References create_a3b_hbs::i, and kmeans_adaptive_kernel_density_bb_dependent_rotlib::n.

◆ operator>>() [1/2]

template<typename T >
std::istream& ObjexxFCL::format::operator>> ( std::istream &  stream,
Bite< T > const &  bite 
)

Input a Bite from Stream.

◆ operator>>() [2/2]

std::istream& ObjexxFCL::format::operator>> ( std::istream &  stream,
Skip const &  skip 
)

Input a Skip from Stream.

◆ repeat()

std::string ObjexxFCL::format::repeat ( int const  w,
char  c 
)

Blank string.

w*c

References kmeans_adaptive_kernel_density_bb_dependent_rotlib::c, max(), and w.

◆ RJ()

template<typename T >
std::string ObjexxFCL::format::RJ ( int const  w,
T const &  t 
)
inline

◆ skip() [1/2]

Skip ObjexxFCL::format::skip ( int const  w = 1)
inline

Skip Maker.

References w.

◆ skip() [2/2]

std::istream& ObjexxFCL::format::skip ( std::istream &  stream)
inline

Skip Rest of Line and Line Terminator (Manipulator)

References max().

◆ SPACE()

char const ObjexxFCL::format::SPACE ( ' '  )

◆ space()

std::string ObjexxFCL::format::space ( int const  w)

Blank string.

References max(), and w.

◆ SS() [1/8]

template<>
std::string ObjexxFCL::format::SS ( bool const &  t)

Single-Spaced Format: bool Specialization.

References L(), and predPRE::t.

◆ SS() [2/8]

template<>
std::string ObjexxFCL::format::SS ( double const &  t)

Single-Spaced Format: double Specialization.

References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().

◆ SS() [3/8]

template<>
std::string ObjexxFCL::format::SS ( float const &  t)

Single-Spaced Format: float Specialization.

References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().

◆ SS() [4/8]

template<>
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().

◆ SS() [5/8]

template<>
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().

◆ SS() [6/8]

template<>
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().

◆ SS() [7/8]

template<>
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().

◆ SS() [8/8]

template<typename T >
std::string ObjexxFCL::format::SS ( T const &  t)
inline

◆ SW() [1/16]

template<>
std::string ObjexxFCL::format::SW ( bool const &  t)

Standard Width Format: bool Specialization.

References L(), and predPRE::t.

◆ SW() [2/16]

template<>
std::string ObjexxFCL::format::SW ( byte const &  t)

Standard Width Format: byte Specialization.

References I(), and predPRE::t.

◆ SW() [3/16]

template<>
std::string ObjexxFCL::format::SW ( double const &  t)

Standard Width Format: double Specialization.

References G(), and predPRE::t.

◆ SW() [4/16]

template<typename T >
std::string ObjexxFCL::format::SW ( FArray1< T > const &  a)
inline

Standard Width Format: FArray1.

References a, create_a3b_hbs::i, kmeans_adaptive_kernel_density_bb_dependent_rotlib::n, and docking::s.

Referenced by SW().

◆ SW() [5/16]

template<>
std::string ObjexxFCL::format::SW ( float const &  t)

Standard Width Format: float Specialization.

References G(), and predPRE::t.

◆ SW() [6/16]

template<>
std::string ObjexxFCL::format::SW ( int const &  t)

Standard Width Format: int Specialization.

References I(), and predPRE::t.

◆ SW() [7/16]

template<>
std::string ObjexxFCL::format::SW ( long double const &  t)

Standard Width Format: long double Specialization.

References G(), and predPRE::t.

◆ SW() [8/16]

template<>
std::string ObjexxFCL::format::SW ( long int const &  t)

Standard Width Format: long int Specialization.

References I(), and predPRE::t.

◆ SW() [9/16]

template<>
std::string ObjexxFCL::format::SW ( short int const &  t)

Standard Width Format: short Specialization.

References I(), and predPRE::t.

◆ SW() [10/16]

template<>
std::string ObjexxFCL::format::SW ( std::complex< double > const &  t)

Standard Width Format: complex< double > Specialization.

References SW(), and predPRE::t.

◆ SW() [11/16]

template<>
std::string ObjexxFCL::format::SW ( std::complex< float > const &  t)

Standard Width Format: complex< float > Specialization.

References SW(), and predPRE::t.

◆ SW() [12/16]

template<>
std::string ObjexxFCL::format::SW ( std::complex< long double > const &  t)

Standard Width Format: complex< long double > Specialization.

References SW(), and predPRE::t.

◆ SW() [13/16]

template<typename T >
std::string ObjexxFCL::format::SW ( T const &  t)
inline

Standard Width Format: Default Implementation.

References basic::options::OptionKeys::ufv::left, predPRE::t, and ObjexxFCL::uppercase().

◆ SW() [14/16]

template<>
std::string ObjexxFCL::format::SW ( unsigned int const &  t)

Standard Width Format: unsigned int Specialization.

References I(), and predPRE::t.

◆ SW() [15/16]

template<>
std::string ObjexxFCL::format::SW ( unsigned long int const &  t)

Standard Width Format: unsigned long int Specialization.

References I(), and predPRE::t.

◆ SW() [16/16]

template<>
std::string ObjexxFCL::format::SW ( unsigned short int const &  t)

Standard Width Format: unsigned short Specialization.

References I(), and predPRE::t.

◆ X()

std::string ObjexxFCL::format::X ( int const  w)

Blank string.

References max(), and w.