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