casa
$Rev:20696$
|
Specialization of AipsrcVector for String. More...
#include <AipsrcVector.h>
Public Member Functions | |
AipsrcVector_String () | |
~AipsrcVector_String () | |
Static Public Member Functions | |
static Bool | find (Vector< String > &value, const String &keyword) |
static Bool | find (Vector< String > &value, const String &keyword, const Vector< String > &deflt) |
static uInt | registerRC (const String &keyword, const Vector< String > &deflt) |
static const Vector< String > & | get (uInt keyword) |
Gets are like find, but using registered integers rather than names. | |
static void | set (uInt keyword, const Vector< String > &deflt) |
static void | save (uInt keyword) |
Save a registered keyword value to $HOME/.aipsrc | |
Private Member Functions | |
AipsrcVector_String< String > & | operator= (const AipsrcVector_String< String > &other) |
AipsrcVector_String (const AipsrcVector_String< String > &other) | |
Private Attributes | |
Block< Vector< String > > | tlst |
Block< String > | ntlst |
Static Private Attributes | |
static AipsrcVector_String | myp_p |
static Mutex | theirMutex |
Specialization of AipsrcVector for String.
Warning: The name AipsrcVector_String
is only for cxx2html documentation problems; Use AipsrcVector
in your code;
Definition at line 170 of file AipsrcVector.h.
casa::AipsrcVector_String< String >::AipsrcVector_String | ( | const AipsrcVector_String< String > & | other | ) | [private] |
static Bool casa::AipsrcVector_String< String >::find | ( | Vector< String > & | value, |
const String & | keyword | ||
) | [static] |
static Bool casa::AipsrcVector_String< String >::find | ( | Vector< String > & | value, |
const String & | keyword, | ||
const Vector< String > & | deflt | ||
) | [static] |
Gets are like find, but using registered integers rather than names.
Reimplemented from casa::Aipsrc.
AipsrcVector_String<String>& casa::AipsrcVector_String< String >::operator= | ( | const AipsrcVector_String< String > & | other | ) | [private] |
static uInt casa::AipsrcVector_String< String >::registerRC | ( | const String & | keyword, |
const Vector< String > & | deflt | ||
) | [static] |
static void casa::AipsrcVector_String< String >::save | ( | uInt | keyword | ) | [static] |
Save a registered keyword value to $HOME/.aipsrc
Reimplemented from casa::Aipsrc.
static void casa::AipsrcVector_String< String >::set | ( | uInt | keyword, |
const Vector< String > & | deflt | ||
) | [static] |
AipsrcVector_String casa::AipsrcVector_String< String >::myp_p [static, private] |
Definition at line 183 of file AipsrcVector.h.
Block<String> casa::AipsrcVector_String< String >::ntlst [private] |
Definition at line 186 of file AipsrcVector.h.
Mutex casa::AipsrcVector_String< String >::theirMutex [static, private] |
Reimplemented from casa::Aipsrc.
Definition at line 184 of file AipsrcVector.h.
Definition at line 185 of file AipsrcVector.h.