#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) |
|
◆ makeBlock()
template<typename T , typename Alloc >
Block<T> makeBlock |
( |
const Array< T, Alloc > & |
array | ) |
|
◆ makeVector()
template<typename T >
Vector<T> makeVector |
( |
const Block< T > & |
block | ) |
|
◆ operator<<() [1/2]
AipsIO& operator<< |
( |
AipsIO & |
aio, |
|
|
const IPosition & |
ip |
|
) |
| |
◆ operator<<() [2/2]
LogIO& operator<< |
( |
LogIO & |
os, |
|
|
const IPosition & |
ip |
|
) |
| |
◆ operator>>()
AipsIO& operator>> |
( |
AipsIO & |
aio, |
|
|
IPosition & |
ip |
|
) |
| |
◆ stringToVector() [1/2]
Vector<String> stringToVector |
( |
const String & |
string, |
|
|
char |
delim = ',' |
|
) |
| |
◆ stringToVector() [2/2]
Vector<String> stringToVector |
( |
const String & |
string, |
|
|
const std::regex & |
delim |
|
) |
| |