linbox
CSInt Class Reference

#include <CSValue.h>

+ Inheritance diagram for CSInt:

Public Member Functions

 CSInt ()
 
 CSInt (const int e)
 
int getVal () const
 
void print (std::ostream &out) const
 
CSValueclone () const
 
int type () const
 

Protected Attributes

int elt_
 

Constructor & Destructor Documentation

◆ CSInt() [1/2]

CSInt ( )
inline

◆ CSInt() [2/2]

CSInt ( const int e)
inline

Member Function Documentation

◆ getVal()

int getVal ( ) const
inline

◆ print()

void print ( std::ostream & out) const
inlinevirtual

Implements CSValue.

◆ clone()

CSValue * clone ( ) const
inlinevirtual

Implements CSValue.

◆ type()

int type ( ) const
inlinevirtual

Implements CSValue.

Field Documentation

◆ elt_

int elt_
protected

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