Awali
Another Weighted Automata library
Public Member Functions
awali::sttc::internal::linked_hash_map< K, V > Struct Template Reference

#include <linkedhashmap.hh>

Public Member Functions

void clear ()
 
unsigned count (const K &k) const
 
const std::vector< K > & domain () const
 
V & operator[] (const K &k)
 

Member Function Documentation

◆ clear()

template<typename K , typename V >
void awali::sttc::internal::linked_hash_map< K, V >::clear ( )

◆ count()

template<typename K , typename V >
unsigned awali::sttc::internal::linked_hash_map< K, V >::count ( const K &  k) const

◆ domain()

template<typename K , typename V >
const std::vector<K>& awali::sttc::internal::linked_hash_map< K, V >::domain ( ) const

◆ operator[]()

template<typename K , typename V >
V& awali::sttc::internal::linked_hash_map< K, V >::operator[] ( const K &  k)

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