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::AipsrcVector_Bool< Bool > Class Template Reference

Specialization of AipsrcVector for Bool. More...

#include <AipsrcVector.h>

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

List of all members.

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< Stringntlst

Static Private Attributes

static AipsrcVector_Bool myp_p
static Mutex theirMutex

Detailed Description

template<>
class casa::AipsrcVector_Bool< Bool >

Specialization of AipsrcVector for Bool.

Synopsis


Warning: The name AipsrcVector_Bool is only for cxx2html documentation problems; Use AipsrcVector in your code;

Definition at line 204 of file AipsrcVector.h.


Constructor & Destructor Documentation


Member Function Documentation

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]
static const Vector<Bool>& casa::AipsrcVector_Bool< Bool >::get ( uInt  keyword) [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]

Member Data Documentation

Definition at line 217 of file AipsrcVector.h.

Definition at line 220 of file AipsrcVector.h.

Reimplemented from casa::Aipsrc.

Definition at line 218 of file AipsrcVector.h.

Definition at line 219 of file AipsrcVector.h.


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