#include <vector>
#include <ostream>
#include <regex>
#include <casacore/casa/Arrays/ArrayFwd.h>
#include <casacore/casa/IO/ArrayIO.tcc>
Go to the source code of this file.
|
| | casacore |
| | this file contains all the compiler specific defines
|
| |
|
| template<typename T , typename Alloc > |
| void | casacore::readAsciiVector (Vector< T, Alloc > &vec, const char *fileName) |
| | These two functions read and write a Vector of data. More...
|
| |
| template<typename T , typename Alloc > |
| void | casacore::writeAsciiVector (const Vector< T, Alloc > &vec, const char *fileName) |
| |
| AipsIO & | operator<< (AipsIO &aio, const IPosition &ip) |
| |
| AipsIO & | operator>> (AipsIO &aio, IPosition &ip) |
| |
| LogIO & | operator<< (LogIO &os, const IPosition &ip) |
| |
| template<typename T , typename Alloc > |
| Block< T > | makeBlock (const Array< T, Alloc > &array) |
| |
| template<typename T > |
| Vector< T > | makeVector (const Block< T > &block) |
| |
| Vector< String > | stringToVector (const String &string, char delim= ',') |
| |
| Vector< String > | stringToVector (const String &string, const std::regex &delim) |
| |
template<typename T , typename Alloc >
| Block<T> makeBlock |
( |
const Array< T, Alloc > & |
array | ) |
|
template<typename T >
| Vector<T> makeVector |
( |
const Block< T > & |
block | ) |
|
| AipsIO& operator<< |
( |
AipsIO & |
aio, |
|
|
const IPosition & |
ip |
|
) |
| |
| LogIO& operator<< |
( |
LogIO & |
os, |
|
|
const IPosition & |
ip |
|
) |
| |
| AipsIO& operator>> |
( |
AipsIO & |
aio, |
|
|
IPosition & |
ip |
|
) |
| |
| Vector<String> stringToVector |
( |
const String & |
string, |
|
|
char |
delim = ',' |
|
) |
| |
| Vector<String> stringToVector |
( |
const String & |
string, |
|
|
const std::regex & |
delim |
|
) |
| |