ATLAS Offline Software
|
#include <CrestModel.h>
Public Member Functions | |
json | to_json () const |
Static Public Member Functions | |
static RespPage | from_json (const json &j) |
Public Attributes | |
int | size |
int64_t | totalElements |
int | totalPages |
int | number |
Definition at line 18 of file CrestModel.h.
Definition at line 20 of file CrestModel.cxx.
json RespPage::to_json | ( | ) | const |
Definition at line 12 of file CrestModel.cxx.
int RespPage::number |
Definition at line 24 of file CrestModel.h.
int RespPage::size |
Definition at line 21 of file CrestModel.h.
int64_t RespPage::totalElements |
Definition at line 22 of file CrestModel.h.
int RespPage::totalPages |
Definition at line 23 of file CrestModel.h.