| Arg(const SdsIdType item=0, const bool free=false, const bool del=false, const bool readfree=false) | Arg | [inline] |
| Arg(bool flag, StatusType *const status, const char *const name="ArgStructure") | Arg | [inline] |
| Arg(const SdsId &source, const char *const name, StatusType *const status) | Arg | [inline] |
| Arg(const SdsId &source, const std::string &name, StatusType *const status) | Arg | [inline] |
| ArrayAccess(SdsArrayAccessHelper< T > *const data, StatusType *const status) | SdsId | [inline] |
| ArrayAccess(const unsigned long expitems, SdsArrayAccessHelper< T > *const data, StatusType *const status) | SdsId | [inline] |
| ArrayAccess(SdsArrayAccessHelper< T > *const data, long ndims, unsigned long dims[], StatusType *const status) | SdsId | [inline] |
| ArrayAccess(SdsArrayAccessHelper< T > *const data, long *ndims, unsigned long dims[], StatusType *const status) | SdsId | [inline] |
| CheckItem(SdsCodeType code, StatusType *status, long ndims=-1, long *dims=0) | Arg | [inline] |
| ClearDelete() | SdsId | [inline] |
| Code(SdsCodeType *const code, StatusType *const status) const | SdsId | [inline] |
| COut(const bool outlives, bool *const free=0, bool *const del=0, bool *const readfree=0) | SdsId | [inline] |
| COut(const bool outlives, SdsIdType *item, bool *const free=0, bool *const del=0, bool *const readfree=0) | SdsId | [inline] |
| DeepCopy(const SdsId &source, StatusType *const status) | SdsId | [inline] |
| DeepCopy(const SdsIdType source, StatusType *status) | SdsId | [inline] |
| Delete(StatusType *const status) | SdsId | [inline, virtual] |
| Dims(long *const ndims, unsigned long *const dims, StatusType *const status) const | SdsId | [inline] |
| Export(const unsigned long length, void *const data, StatusType *const status) | SdsId | [inline] |
| ExportDefined(const unsigned long length, void *const data, StatusType *const status) | SdsId | [inline] |
| Extract(StatusType *const status) | SdsId | [inline] |
| FillArray(const SdsId &elem, StatusType *const status) | SdsId | [inline] |
| Flush(StatusType *const status) | SdsId | [inline] |
| Get(const char *name, bool *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, char *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, short *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, unsigned short *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, INT32 *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, UINT32 *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, INT64 *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, UINT64 *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, float *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, double *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, long len, char *value, StatusType *const status) const | Arg | [inline] |
| Get(const unsigned long length, void *const data, StatusType *const status, unsigned long *actlen=0, const unsigned long offset=0) const | Arg | [inline, virtual] |
| Get(const std::string &name, bool *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, char *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, short *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, unsigned short *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, INT32 *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, UINT32 *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, INT64 *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, UINT64 *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, float *value, StatusType *const status) const | Arg | [inline] |
| Get(const std::string &name, double *value, StatusType *const status) const | Arg | [inline] |
| Get(const char *name, std::string *value, StatusType *status, int buflen=100) const | Arg | [inline] |
| Get(const std::string &name, std::string *value, StatusType *status, int buflen=100) const | Arg | [inline] |
| GetExternInfo(void **data, StatusType *const status) const | SdsId | [inline] |
| GetExtra(const unsigned long length, char *const extra, StatusType *const status, unsigned long *actlen=0) const | SdsId | [inline] |
| GetName(char *const name, StatusType *const status) const | SdsId | [inline] |
| Info(char *const name, SdsCodeType *const code, long *const ndims, unsigned long *const dims, StatusType *const status) const | SdsId | [inline] |
| Insert(SdsId &to_insert, StatusType *const status) | SdsId | [inline] |
| Insert(SdsId &to_insert, const long ndims, const unsigned long *const dims, StatusType *const status) | SdsId | [inline] |
| IsExternal(int *const external, StatusType *const status) const | SdsId | [inline] |
| List(const SdsId &id, unsigned buflen, char *buffer, ArgListFuncType func, void *client_data, StatusType *ARGCONST status) | Arg | [inline, static] |
| List(StatusType *const status) const | Arg | [inline] |
| New(StatusType *const status, const char *const name="ArgStructure") | Arg | [inline] |
| operator bool(void) const | SdsId | [inline] |
| operator SdsIdType(void) const | SdsId | [inline] |
| Outlive() | SdsId | [inline] |
| Pointer(void **data, StatusType *const status, unsigned long *length=0) | SdsId | [inline] |
| Put(const char *name, bool value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, char value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, short value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, unsigned short value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, INT32 value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, UINT32 value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, INT64 value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, UINT64 value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, float value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, double value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, const char *value, StatusType *const status) | Arg | [inline] |
| Put(const unsigned long length, void *const data, StatusType *const status, const unsigned long offset=0) | Arg | [inline, virtual] |
| Put(const std::string &name, bool value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, char value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, short value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, unsigned short value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, INT32 value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, UINT32 value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, INT64 value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, UINT64 value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, float value, StatusType *const status) | Arg | [inline] |
| Put(const std::string &name, double value, StatusType *const status) | Arg | [inline] |
| Put(const char *name, const std::string &value, StatusType *status) | Arg | [inline] |
| Put(const std::string &name, const std::string &value, StatusType *status) | Arg | [inline] |
| PutExtra(const long nextra, const char *const extra, StatusType *const status) | SdsId | [inline] |
| Rename(const char *const name, StatusType *const status) | SdsId | [inline] |
| Resize(const long ndims, const unsigned long *dims, StatusType *const status) | SdsId | [inline] |
| SdsId(const SdsIdType item=0, const bool free=false, const bool del=false, const bool readfree=false) | SdsId | [inline] |
| SdsId(void *const data, StatusType *const status, const bool import=false) | SdsId | [inline] |
| SdsId(const void *const data, StatusType *const status) | SdsId | [inline] |
| SdsId(const char *const filename, StatusType *const status) | SdsId | [inline] |
| SdsId(const SdsId &parent_id, const char *const name, const SdsCodeType code, StatusType *const status, const long nextra=0, const char *const extra=0) | SdsId | [inline] |
| SdsId(const char *const name, const SdsCodeType code, StatusType *const status, const long nextra=0, const char *const extra=0) | SdsId | [inline] |
| SdsId(const SdsId &parent_id, const char *const name, const SdsCodeType code, const long ndims, const unsigned long *dims, StatusType *const status, const long nextra=0, const char *const extra=0) | SdsId | [inline] |
| SdsId(const char *const name, const SdsCodeType code, const long ndims, const unsigned long *dims, StatusType *const status, const long nextra=0, const char *const extra=0) | SdsId | [inline] |
| SdsId(const SdsId &array_id, const long nindicies, const unsigned long *const indicies, StatusType *const status) | SdsId | [inline] |
| SdsId(const SdsId &source, StatusType *const status) | SdsId | [inline] |
| SdsId(const SdsId &source, const char *const name, StatusType *const status) | SdsId | [inline] |
| SdsId(const SdsId &source, const long index, StatusType *const status) | SdsId | [inline] |
| SetDelete() | SdsId | [inline] |
| SetFree() | SdsId | [inline] |
| ShallowCopy(SdsId &source, const bool outlives=true) | SdsId | [inline] |
| ShallowCopy(const SdsIdType source, const bool free=false, const bool del=false, const bool readfree=false) | SdsId | [inline] |
| Size(unsigned long *const bytes, StatusType *const status) const | SdsId | [inline] |
| SizeDefined(unsigned long *const bytes, StatusType *const status) const | SdsId | [inline] |
| ToString(int maxlen, int *length, char *string, StatusType *const status) | Arg | [inline] |
| Write(const char *const filename, StatusType *const status) const | SdsId | [inline] |
| ~SdsId() | SdsId | [inline, virtual] |
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tjf@aaoepp.aao.gov.au Generated on Tue Nov 3 09:09:56 2009 for AAO DRAMA C++ Interfaces by
1.2.18