Panda3D
Loading...
Searching...
No Matches
Functions
string_utils.I File Reference

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...

Go to the source code of this file.

Functions

std::string format_string (bool value)
 
std::string format_string (const std::string &value)
 
template<class Thing >
std::string format_string (const Thing &thing)
 
std::string format_string (double value)
 
std::string format_string (float value)
 
std::string format_string (int value)
 
std::string format_string (int64_t value)
 
std::string format_string (unsigned int value)
 

Detailed Description

PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.

All rights reserved.

All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."

Author
drose
Date
2000-07-14

Definition in file string_utils.I.

Function Documentation

◆ format_string() [1/8]

std::string format_string ( bool value)
inline

Definition at line 28 of file string_utils.I.

◆ format_string() [2/8]

std::string format_string ( const std::string & value)
inline

Definition at line 23 of file string_utils.I.

◆ format_string() [3/8]

template<class Thing >
std::string format_string ( const Thing & thing)
inline

Definition at line 16 of file string_utils.I.

◆ format_string() [4/8]

std::string format_string ( double value)
inline

Definition at line 40 of file string_utils.I.

◆ format_string() [5/8]

std::string format_string ( float value)
inline

Definition at line 33 of file string_utils.I.

◆ format_string() [6/8]

std::string format_string ( int value)
inline

Definition at line 60 of file string_utils.I.

◆ format_string() [7/8]

std::string format_string ( int64_t value)
inline

Definition at line 83 of file string_utils.I.

◆ format_string() [8/8]

std::string format_string ( unsigned int value)
inline

Definition at line 47 of file string_utils.I.