Cinder  0.9.1
Public Member Functions | List of all members
cinder::log::Location Struct Reference

#include <Log.h>

Public Member Functions

 Location ()
 
 Location (const std::string &functionName, const std::string &fileName, const size_t &lineNumber)
 
const std::string & getFileName () const
 
const std::string & getFunctionName () const
 
size_t getLineNumber () const
 

Constructor & Destructor Documentation

cinder::log::Location::Location ( )
cinder::log::Location::Location ( const std::string &  functionName,
const std::string &  fileName,
const size_t &  lineNumber 
)

Member Function Documentation

const std::string& cinder::log::Location::getFileName ( ) const
const std::string& cinder::log::Location::getFunctionName ( ) const
size_t cinder::log::Location::getLineNumber ( ) const

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