#include <AipsrcValue.h>
Inheritance diagram for casa::AipsrcValue_Bool< Bool >:


Warning: The name AipsrcValue_Bool is only for cxx2html documentation problems. Use AipsrcValue in your code.
Definition at line 254 of file 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 |
| casa::AipsrcValue_Bool< Bool >::AipsrcValue_Bool | ( | ) |
| 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 uInt casa::AipsrcValue_Bool< Bool >::registerRC | ( | const String & | keyword, | |
| const Bool & | deflt | |||
| ) | [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] |
Definition at line 265 of file AipsrcValue.h.
Definition at line 266 of file AipsrcValue.h.
Definition at line 267 of file AipsrcValue.h.
1.5.1