lsst.astshim g545b398f03+0a940c1c1f
Namespaces | Functions
utils.h File Reference
#include <cstddef>
#include <cctype>
#include <limits>
#include <sstream>
#include <stdexcept>
#include <vector>
#include "astshim/base.h"

Go to the source code of this file.

Namespaces

namespace  ast
 AST wrapper classes and functions.
 
namespace  ast::detail
 

Functions

void ast::detail::annulAstObject (AstObject *object)
 A wrapper around astAnnul; intended as a custom deleter for std::unique_ptr. More...
 
template<typename T1 , typename T2 >
void ast::detail::assertEqual (T1 val1, std::string const &descr1, T2 val2, std::string const &descr2)
 
void ast::detail::astBadToNan (std::vector< double > &p)
 
void ast::detail::astBadToNan (ast::Array2D const &arr)
 
std::string ast::detail::formatAxisAttr (std::string const &name, int axis)
 
bool ast::detail::isSeries (AstCmpMap const *cmpMap)
 
std::string ast::detail::getClassName (AstObject const *rawObj)
 
double ast::detail::safeDouble (double val)
 
std::string ast::detail::stringToUpper (std::string const &str)