ATLAS Offline Software
|
Classes | |
class | ColumnExistException |
class | CommonCrestException |
class | CrestApiBase |
class | CrestBaseException |
class | CrestClient |
class | CrestClientExt |
class | CrestConflictException |
class | CrestContainer |
class | CrestException |
class | CrestFsClient |
class | CrestRequest |
class | FinStructureException |
class | urlParameters |
Enumerations | |
enum | TypeId { TypeId::Bool, TypeId::UChar, TypeId::Int16, TypeId::UInt16, TypeId::Int32, TypeId::UInt32, TypeId::UInt63, TypeId::Int64, TypeId::Float, TypeId::Double, TypeId::String255, TypeId::String4k, TypeId::String64k, TypeId::String16M, TypeId::String128M, TypeId::Blob64k, TypeId::Blob16M, TypeId::Blob128M, TypeId::TypeIdCount } |
enum | ModeId { ModeId::Standard, ModeId::DCS, ModeId::DCS_FULL } |
enum | Action { Action::GET = 0, Action::POST = 1, Action::PUT = 2, Action::DELETE = 3 } |
Functions | |
size_t | WriteCallback (void *contents, size_t size, size_t nmemb, std::vector< char > *output) |
size_t | curlWrite_CallbackFunc_StdString (void *contents, size_t size, size_t nmemb, std::string *s) |
size_t | ReadCallback (void *contents, size_t size, size_t nmemb, std::string *input) |
Variables | |
const unsigned int | UNKNOWN_TYPE = -1 |
const unsigned int | COMMON_TYPE = 0 |
const unsigned int | FINALIZE_STRUCTURE_TYPE = 1 |
const unsigned int | EXISTS_TYPE = 2 |
|
strong |
|
strong |
Enumerator | |
---|---|
Standard | |
DCS | |
DCS_FULL |
Definition at line 51 of file CrestContainer.h.
|
strong |
Enumerator | |
---|---|
Bool | |
UChar | |
Int16 | |
UInt16 | |
Int32 | |
UInt32 | |
UInt63 | |
Int64 | |
Float | |
Double | |
String255 | |
String4k | |
String64k | |
String16M | |
String128M | |
Blob64k | |
Blob16M | |
Blob128M | |
TypeIdCount |
Definition at line 24 of file CrestContainer.h.
size_t Crest::curlWrite_CallbackFunc_StdString | ( | void * | contents, |
size_t | size, | ||
size_t | nmemb, | ||
std::string * | s | ||
) |
Definition at line 65 of file CrestRequest.cxx.
size_t Crest::ReadCallback | ( | void * | contents, |
size_t | size, | ||
size_t | nmemb, | ||
std::string * | input | ||
) |
Definition at line 82 of file CrestRequest.cxx.
size_t Crest::WriteCallback | ( | void * | contents, |
size_t | size, | ||
size_t | nmemb, | ||
std::vector< char > * | output | ||
) |
const unsigned int Crest::COMMON_TYPE = 0 |
Definition at line 12 of file CrestCondException.h.
const unsigned int Crest::EXISTS_TYPE = 2 |
Definition at line 14 of file CrestCondException.h.
const unsigned int Crest::FINALIZE_STRUCTURE_TYPE = 1 |
Definition at line 13 of file CrestCondException.h.
const unsigned int Crest::UNKNOWN_TYPE = -1 |
Definition at line 11 of file CrestCondException.h.