Home
last modified time | relevance | path

Searched refs:MutableContainer (Results 1 – 25 of 36) sorted by relevance

12

/dports/textproc/aspell-ispell/aspell-0.60.8/lib/
H A Dmutable_container-c.cpp14 class MutableContainer;
16 extern "C" int aspell_mutable_container_add(MutableContainer * ths, const char * to_add) in aspell_mutable_container_add()
21 extern "C" int aspell_mutable_container_remove(MutableContainer * ths, const char * to_rem) in aspell_mutable_container_remove()
26 extern "C" void aspell_mutable_container_clear(MutableContainer * ths) in aspell_mutable_container_clear()
31 extern "C" MutableContainer * aspell_mutable_container_to_mutable_container(MutableContainer * ths) in aspell_mutable_container_to_mutable_container()
H A Dstring_list-c.cpp14 class MutableContainer;
53 extern "C" MutableContainer * aspell_string_list_to_mutable_container(StringList * ths) in aspell_string_list_to_mutable_container()
H A Dstring_map-c.cpp14 class MutableContainer;
38 extern "C" MutableContainer * aspell_string_map_to_mutable_container(StringMap * ths) in aspell_string_map_to_mutable_container()
H A Dconfig-c.cpp20 class MutableContainer;
145 extern "C" int aspell_config_retrieve_list(Config * ths, const char * key, MutableContainer * lst) in aspell_config_retrieve_list()
/dports/textproc/aspell/aspell-0.60.8/lib/
H A Dmutable_container-c.cpp14 class MutableContainer;
16 extern "C" int aspell_mutable_container_add(MutableContainer * ths, const char * to_add) in aspell_mutable_container_add()
21 extern "C" int aspell_mutable_container_remove(MutableContainer * ths, const char * to_rem) in aspell_mutable_container_remove()
26 extern "C" void aspell_mutable_container_clear(MutableContainer * ths) in aspell_mutable_container_clear()
31 extern "C" MutableContainer * aspell_mutable_container_to_mutable_container(MutableContainer * ths) in aspell_mutable_container_to_mutable_container()
H A Dstring_list-c.cpp14 class MutableContainer;
53 extern "C" MutableContainer * aspell_string_list_to_mutable_container(StringList * ths) in aspell_string_list_to_mutable_container()
H A Dstring_map-c.cpp14 class MutableContainer;
38 extern "C" MutableContainer * aspell_string_map_to_mutable_container(StringMap * ths) in aspell_string_map_to_mutable_container()
H A Dconfig-c.cpp20 class MutableContainer;
145 extern "C" int aspell_config_retrieve_list(Config * ths, const char * key, MutableContainer * lst) in aspell_config_retrieve_list()
/dports/textproc/aspell-ispell/aspell-0.60.8/common/
H A Ditemize.hpp15 class MutableContainer;
16 PosibErr<void> itemize(ParmString, MutableContainer &);
H A Dconfig.hpp21 class MutableContainer;
160 PosibErr<void> lookup_list(const KeyInfo * ki, MutableContainer & m,
224 PosibErr<void> retrieve_list (ParmStr key, MutableContainer *) const;
H A Dmutable_container.hpp21 class MutableContainer : public AddableContainer { class
H A Dstring_list.hpp53 class StringList : public MutableContainer {
H A Ditemize.cpp85 PosibErr<void> itemize (ParmString s, MutableContainer & d) { in itemize()
/dports/textproc/aspell/aspell-0.60.8/common/
H A Ditemize.hpp15 class MutableContainer;
16 PosibErr<void> itemize(ParmString, MutableContainer &);
H A Dconfig.hpp21 class MutableContainer;
160 PosibErr<void> lookup_list(const KeyInfo * ki, MutableContainer & m,
224 PosibErr<void> retrieve_list (ParmStr key, MutableContainer *) const;
H A Dmutable_container.hpp21 class MutableContainer : public AddableContainer { class
H A Dstring_list.hpp53 class StringList : public MutableContainer {
H A Ditemize.cpp85 PosibErr<void> itemize (ParmString s, MutableContainer & d) { in itemize()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/src/Data/Mutable/
H A DClass.hs19 , MutableContainer (..)
44 class MutableContainer c where constructor
51 instance MutableContainer (IORef a) where
53 instance MutableContainer (STRef s a) where
55 instance MutableContainer (MutVar s a) where
61 class MutableContainer c => MutableRef c where constructor
181 class MutableContainer c => MutableCollection c where constructor
H A DSRef.hs33 instance MutableContainer (SRef s a) where
H A DPRef.hs39 instance MutableContainer (PRef s a) where
H A DURef.hs33 instance MutableContainer (URef s a) where
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/function/blockvectors/
H A Ddefaultblockvectors.hh428 typedef DynamicArray< Field > MutableContainer ; typedef in Dune::Fem::MutableBlockVector
430 typedef MutableBlockVector< MutableContainer, BlockSize > ThisType;
436 std::unique_ptr< MutableContainer > container_;
444 container_( static_cast< MutableContainer* > (&array_) ) in MutableBlockVector()
450 container_( static_cast< MutableContainer* > (&array_) ) in MutableBlockVector()
480 MutableContainer* container = new MutableContainer( size ); in allocateContainer()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/
H A Dgraph.hh99 typedef typename std::remove_const<C>::type MutableContainer; typedef in Dune::Amg::MatrixGraph::EdgeIteratorT
105 friend class EdgeIteratorT<MutableContainer>;
110 isMutable = std::is_same<C, MutableContainer>::value enumerator
212 typedef typename std::remove_const<C>::type MutableContainer; typedef in Dune::Amg::MatrixGraph::VertexIteratorT
218 friend class VertexIteratorT<MutableContainer>;
223 isMutable = std::is_same<C, MutableContainer>::value enumerator
242 VertexIteratorT(const VertexIteratorT<MutableContainer>& other);
257 bool operator!=(const VertexIteratorT<MutableContainer>& other) const;
260 bool operator==(const VertexIteratorT<MutableContainer>& other) const;
1656 …MatrixGraph<M>::VertexIteratorT<C>::VertexIteratorT(const VertexIteratorT<MutableContainer>& other) in VertexIteratorT()
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/src/Data/
H A DMutable.hs38 , MutableContainer (..)

12