A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/Modification__info___8hpp_source.html below:

NCBI C++ ToolKit: include/algo/ms/formats/pepxml/Modification_info_.hpp Source File

41 #ifndef ALGO_MS_FORMATS_PEPXML_MODIFICATION_INFO_BASE_HPP 42 #define ALGO_MS_FORMATS_PEPXML_MODIFICATION_INFO_BASE_HPP 53 #ifndef BEGIN_objects_SCOPE 54 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects) 55 # define END_objects_SCOPE END_SCOPE(objects) 131  bool

IsSetMod_nterm_mass(

void

)

const

;

138  bool

CanGetMod_nterm_mass(

void

)

const

;

141  void

ResetMod_nterm_mass(

void

);

168  bool

IsSetMod_cterm_mass(

void

)

const

;

175  bool

CanGetMod_cterm_mass(

void

)

const

;

178  void

ResetMod_cterm_mass(

void

);

205  bool

IsSetModified_peptide(

void

)

const

;

212  bool

CanGetModified_peptide(

void

)

const

;

215  void

ResetModified_peptide(

void

);

273  bool

IsSetAttlist(

void

)

const

;

280  bool

CanGetAttlist(

void

)

const

;

283  void

ResetAttlist(

void

);

289  const TAttlist

& GetAttlist(

void

)

const

;

310  bool

IsSetMod_aminoacid_mass(

void

)

const

;

317  bool

CanGetMod_aminoacid_mass(

void

)

const

;

320  void

ResetMod_aminoacid_mass(

void

);

335  virtual void

Reset(

void

);

367  return

IsSetMod_nterm_mass();

373

m_Mod_nterm_mass = 0;

380  if

(!CanGetMod_nterm_mass()) {

383  return

m_Mod_nterm_mass;

389

m_Mod_nterm_mass =

value

;

397  if

(!IsSetMod_nterm_mass()) {

398

memset(&m_Mod_nterm_mass,

UnassignedByte

(),

sizeof

(m_Mod_nterm_mass));

402  return

m_Mod_nterm_mass;

414  return

IsSetMod_cterm_mass();

420

m_Mod_cterm_mass = 0;

427  if

(!CanGetMod_cterm_mass()) {

430  return

m_Mod_cterm_mass;

436

m_Mod_cterm_mass =

value

;

444  if

(!IsSetMod_cterm_mass()) {

445

memset(&m_Mod_cterm_mass,

UnassignedByte

(),

sizeof

(m_Mod_cterm_mass));

449  return

m_Mod_cterm_mass;

461  return

IsSetModified_peptide();

467  if

(!CanGetModified_peptide()) {

470  return

m_Modified_peptide;

476

m_Modified_peptide =

value

;

483

m_Modified_peptide = std::forward<CModification_info_Base::C_Attlist::TModified_peptide>(

value

);

491  if

(!IsSetModified_peptide()) {

496  return

m_Modified_peptide;

Positions and masses of modifications.

Base class for all serializable objects.

static char UnassignedByte(void)

void ThrowUnassigned(TMemberIndex index) const

static string UnassignedString(void)

uint32_t Uint4

4-byte (32-bit) unsigned integer

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

#define NCBI_PEPXML_EXPORT

bool CanGetMod_cterm_mass(void) const

Check if it is safe to call GetMod_cterm_mass method.

C_Attlist & operator=(const C_Attlist &)

TMod_nterm_mass GetMod_nterm_mass(void) const

Get the Mod_nterm_mass member data.

string m_Modified_peptide

DECLARE_INTERNAL_TYPE_INFO()

bool IsSetMod_cterm_mass(void) const

Check if a value has been assigned to Mod_cterm_mass data member.

TAttlist & SetAttlist(void)

Assign a value to Attlist data member.

C_Attlist(const C_Attlist &)

const TModified_peptide & GetModified_peptide(void) const

Get the Modified_peptide member data.

const TMod_aminoacid_mass & GetMod_aminoacid_mass(void) const

Get the Mod_aminoacid_mass member data.

TMod_aminoacid_mass & SetMod_aminoacid_mass(void)

Assign a value to Mod_aminoacid_mass data member.

bool CanGetMod_nterm_mass(void) const

Check if it is safe to call GetMod_nterm_mass method.

bool IsSetMod_aminoacid_mass(void) const

Check if a value has been assigned to Mod_aminoacid_mass data member.

list< CRef< CMod_aminoacid_mass > > m_Mod_aminoacid_mass

bool IsSetAttlist(void) const

Check if a value has been assigned to Attlist data member.

bool CanGetMod_aminoacid_mass(void) const

Check if it is safe to call GetMod_aminoacid_mass method.

const TAttlist & GetAttlist(void) const

Get the Attlist member data.

TMod_cterm_mass & SetMod_cterm_mass(void)

Assign a value to Mod_cterm_mass data member.

CRef< TAttlist > m_Attlist

bool CanGetAttlist(void) const

Check if it is safe to call GetAttlist method.

bool CanGetModified_peptide(void) const

Check if it is safe to call GetModified_peptide method.

Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex

TMod_cterm_mass GetMod_cterm_mass(void) const

Get the Mod_cterm_mass member data.

CModification_info_Base(const CModification_info_Base &)

list< CRef< CMod_aminoacid_mass > > TMod_aminoacid_mass

Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex

CModification_info_Base & operator=(const CModification_info_Base &)

TMod_nterm_mass & SetMod_nterm_mass(void)

Assign a value to Mod_nterm_mass data member.

bool IsSetMod_nterm_mass(void) const

Check if a value has been assigned to Mod_nterm_mass data member.

void ResetAttlist(void)

Reset Attlist data member.

DECLARE_INTERNAL_TYPE_INFO()

void ResetMod_nterm_mass(void)

Reset Mod_nterm_mass data member.

TModified_peptide & SetModified_peptide(void)

Assign a value to Modified_peptide data member.

bool IsSetModified_peptide(void) const

Check if a value has been assigned to Modified_peptide data member.

void ResetMod_cterm_mass(void)

Reset Mod_cterm_mass data member.

const GenericPointer< typename T::ValueType > T2 value


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4