casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | Static Private Attributes
casa::AipsrcValue_Bool< Bool > Class Template Reference

Specialization of AipsrcValue for Bool. More...

#include <AipsrcValue.h>

Inheritance diagram for casa::AipsrcValue_Bool< Bool >:
casa::Aipsrc

List of all members.

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 Boolget (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< Booltlst
Block< Stringntlst

Static Private Attributes

static AipsrcValue_Bool myp_p
static Mutex theirMutex

Detailed Description

template<>
class casa::AipsrcValue_Bool< Bool >

Specialization of AipsrcValue for Bool.

Synopsis


Warning: The name AipsrcValue_Bool is only for cxx2html documentation problems; Use AipsrcValue in your code;

Definition at line 255 of file AipsrcValue.h.


Constructor & Destructor Documentation

casa::AipsrcValue_Bool< Bool >::AipsrcValue_Bool ( const AipsrcValue_Bool< Bool > &  other) [private]

Member Function Documentation

static Bool casa::AipsrcValue_Bool< Bool >::find ( Bool value,
const String keyword 
) [static]
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]

Member Data Documentation

Definition at line 266 of file AipsrcValue.h.

Definition at line 269 of file AipsrcValue.h.

Reimplemented from casa::Aipsrc.

Definition at line 267 of file AipsrcValue.h.

Definition at line 268 of file AipsrcValue.h.


The documentation for this class was generated from the following file: