clingo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
Public Types | Public Member Functions | Public Attributes | List of all members
Gringo::FWSignature Struct Reference

#include <value.hh>

Collaboration diagram for Gringo::FWSignature:
Collaboration graph

Public Types

using FWSig = Flyweight< Signature >
 

Public Member Functions

template<typename... Args>
 FWSignature (Args...args)
 
 FWSignature (unsigned repr)
 
unsigned uid () const
 
Signature operator* () const
 
bool operator== (FWSignature const &other) const
 
bool operator!= (FWSignature const &other) const
 
bool operator< (FWSignature const &other) const
 
bool operator> (FWSignature const &other) const
 
bool operator<= (FWSignature const &other) const
 
bool operator>= (FWSignature const &other) const
 

Public Attributes

unsigned repr
 

Member Typedef Documentation

Constructor & Destructor Documentation

template<typename... Args>
Gringo::FWSignature::FWSignature ( Args...  args)

Here is the call graph for this function:

Gringo::FWSignature::FWSignature ( unsigned  repr)
inline

Member Function Documentation

bool Gringo::FWSignature::operator!= ( FWSignature const &  other) const
inline
Signature Gringo::FWSignature::operator* ( ) const
inline
bool Gringo::FWSignature::operator< ( FWSignature const &  other) const
inline
bool Gringo::FWSignature::operator<= ( FWSignature const &  other) const
inline
bool Gringo::FWSignature::operator== ( FWSignature const &  other) const
inline
bool Gringo::FWSignature::operator> ( FWSignature const &  other) const
inline
bool Gringo::FWSignature::operator>= ( FWSignature const &  other) const
inline
unsigned Gringo::FWSignature::uid ( ) const
inline

Member Data Documentation

unsigned Gringo::FWSignature::repr

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