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