IMP  2.3.1
The Integrative Modeling Platform
IMP::base::AddIntFlag Struct Reference

#include <IMP/base/flags.h>

Detailed Description

Define one of these in C++ to add a new boost::int64_t flag storing into the passed variable.

Note
You should consider using Flag<boost::int64_t> instead.

Definition at line 118 of file flags.h.

Public Member Functions

 AddIntFlag (std::string name, std::string description, boost::int64_t *storage)
 

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