|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
Namespaces | |
| eups | |
| EUPS bindings. | |
| multithreading | |
| tests | |
| version | |
Classes | |
| class | Symbol |
| struct | n |
| struct | key |
| class | PowFast |
Functions | |
| std::string | demangleType (std::string const _typeName) |
| void | guessSvnVersion (std::string const &headURL, std::string &version) |
| boost::any | stringToAny (std::string valueString) |
| template<class T > | |
| int | fpclassify (T t) |
| template<class T > | |
| int | isfinite (T t) |
| template<class T > | |
| int | isinf (T t) |
| template<class T > | |
| int | isnan (T t) |
| template<class T > | |
| int | isnormal (T t) |
| template<int > | |
| const PowFast & | getPowFast () |
| return a singleton PowFast with the specified precision in its lookup tables More... | |
| std::string | raRadToStr (double raRad) |
| std::string | decRadToStr (double decRad) |
| std::string | raDegToStr (double raDeg) |
| std::string | decDegToStr (double decDeg) |
| std::string | raDecRadToStr (double raRad, double decRad) |
| std::string | raDecDegToStr (double raDeg, double decDeg) |
| double | raStrToRad (std::string raStr, std::string delimiter=":") |
| double | raStrToDeg (std::string raStr, std::string delimiter=":") |
| double | decStrToRad (std::string decStr, std::string delimiter=":") |
| double | decStrToDeg (std::string decStr, std::string delimiter=":") |
| std::string lsst::utils::demangleType | ( | std::string const | _typeName | ) |
Definition at line 113 of file Demangle.cc.
| int lsst::utils::fpclassify | ( | T | t | ) |
| void lsst::utils::guessSvnVersion | ( | std::string const & | headURL, |
| std::string & | version | ||
| ) |
Return a version name given an SVN HeadURL
Given a string of the form Dollar HeadURL: svn+ssh://svn.lsstcorp.org/DC2/fw/tags/1.1/foo Dollar (where I've written Dollar to foil svn) try to guess the version.
If the string is misformed, return "(NOSVN)";
If the version appears to be on the trunk, return "svn" as this is presumably an untagged * version
If the version appears to be in branches, tags, or tickets return the version string (with " B", "", or " T" appended respectively)
Otherwise return the svn URL
Note: for this to be set by svn, you'll have to set the svn property svn:keywords to expand HeadURL in the file where the HeadURL originates.
| headURL | the HeadURL String |
| version | the desired version |
Definition at line 53 of file Utils.cc.
| int lsst::utils::isfinite | ( | T | t | ) |
| int lsst::utils::isinf | ( | T | t | ) |
| int lsst::utils::isnan | ( | T | t | ) |
| int lsst::utils::isnormal | ( | T | t | ) |
| boost::any lsst::utils::stringToAny | ( | std::string | valueString | ) |
Definition at line 83 of file Utils.cc.
1.8.5