solinject  1.0.0
C++17 Dependency Injection header-only library
ConfigurationParserToken.hpp File Reference
#include <string>
Include dependency graph for ConfigurationParserToken.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sol::di::impl::ConfigurationParserToken
 ConfigurationParser token More...
 

Enumerations

enum  sol::di::impl::TokenType {
  sol::di::impl::TokenType::Key, sol::di::impl::TokenType::OpeningCurlyBracket, sol::di::impl::TokenType::ClosingCurlyBracket, sol::di::impl::TokenType::Self,
  sol::di::impl::TokenType::Singleton, sol::di::impl::TokenType::Transient, sol::di::impl::TokenType::Shared, sol::di::impl::TokenType::Scoped,
  sol::di::impl::TokenType::None
}
 sol::di::impl::ConfigurationParserToken type